ChessBoard MoveResultE EnumerationDelta Engine Documentation
Result of a moveView code on GitHub

Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public enum MoveResultE
Members

  Member nameValueDescription
NoRepeat0No repetition foundView code on GitHub
ThreeFoldRepeat13 times the same boardView code on GitHub
FiftyRuleRepeat250 times without moving a pawn or eating a pieceView code on GitHub
TieNoMove3No more move for the next playerView code on GitHub
TieNoMatePossible4Not enough pieces to do a check mateView code on GitHub
Check5CheckView code on GitHub
Mate6CheckmateView code on GitHub
See Also