ChessBoard CheckNextMove Method Delta Engine Documentation
Check if next move is possible. View code on GitHub

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

public ChessBoard MoveResultE CheckNextMove()

Return Value

Type: ChessBoard MoveResultE
NoRepeat Yes Check Yes, but the user is currently in check Tie No, no move for the user Mate No, user is checkmate
See Also