Completed

data class Completed(val isWon: Boolean) : GameState

State indicating that the game has been completed.

Constructors

Link copied to clipboard
constructor(isWon: Boolean)

Properties

Link copied to clipboard

Boolean flag indicating if the player won the game.