ShowCmd

object ShowCmd : CommandImpl<Game>

ShowCmd prints the current game state: board layout and player scores. It expects a Game context and returns an error when the game or board is not initialized.

Properties

Link copied to clipboard
open override val info: CommandInfo

Functions

Link copied to clipboard
open override fun execute(vararg args: String, context: Game?): CommandResult<Game>