• Home
  • API documentation
Show / Hide Table of Contents
  • ChessSharp
    • ChessUtilities
    • GameBoard
    • GameState
    • Move
    • Piece
    • Player
  • ChessSharp.Pieces
    • Bishop
    • King
    • Knight
    • Pawn
    • PawnPromotion
    • Queen
    • Rook
  • ChessSharp.SquareData
    • File
    • Rank
    • Square

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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX