Enum GameState
Specifies the state of the game.
Namespace: ChessSharp
Assembly: ChessSharp.dll
Syntax
public enum GameState
Fields
Name | Description |
---|---|
BlackInCheck | The game is not over and black is in check. |
BlackWinner | The game is over and black has won. |
Draw | The game is over and ended in a draw. |
NotCompleted | The game is still in progress. |
Stalemate | The game is over and ended in a stalemate. |
WhiteInCheck | The game is not over and white is in check. |
WhiteWinner | The game is over and white has won. |