Module Flag

Module Flag 

Source
Expand description

Bitmask flag depicts special capabilities of a chess turn (check, checkmate, capture)

Note: CHECK and CHECKMATE are mutually exclusive flags.

Constantsยง

CAPTURE
Turn captures a piece of the opponent
CHECK
Turn will result in a check
CHECKMATE
Turn will result in a checkmate
NONE
Turn will result in a check