Mask for board extra infoView code on GitHub
Namespace: ChessAssembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
EnPassant | 63 | 0-63 to express the EnPassant possible positionView code on GitHub | |
BlackToMove | 64 | black player is next to moveView code on GitHub | |
WLCastling | 128 | white left castling is possibleView code on GitHub | |
WRCastling | 256 | white right castling is possibleView code on GitHub | |
BLCastling | 512 | black left castling is possibleView code on GitHub | |
BRCastling | 1024 | black right castling is possibleView code on GitHub | |
BoardRepMask | 14336 | Mask use to save the number of times the board has been repeatedView code on GitHub |
See Also