Win

data class Win(val winner: PieceColor) : GameResult

The game has been won by a player.

Constructors

Link copied to clipboard
constructor(winner: PieceColor)

Properties

Link copied to clipboard

The color of the winning player.