Result of a moveView code on GitHub
Namespace: ChessAssembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
NoRepeat | 0 | No repetition foundView code on GitHub | |
ThreeFoldRepeat | 1 | 3 times the same boardView code on GitHub | |
FiftyRuleRepeat | 2 | 50 times without moving a pawn or eating a pieceView code on GitHub | |
TieNoMove | 3 | No more move for the next playerView code on GitHub | |
TieNoMatePossible | 4 | Not enough pieces to do a check mateView code on GitHub | |
Check | 5 | CheckView code on GitHub | |
Mate | 6 | CheckmateView code on GitHub |
See Also