Xiangiqgame
AI engine for Xiangqi
|
Enum indicating state of game: is either unfinished, or a particular player has won. More...
Static Public Attributes | |
auto | UNFINISHED = auto() |
auto | RED_WON = auto() |
auto | BLACK_WON = auto() |
auto | DRAW = auto() |
Enum indicating state of game: is either unfinished, or a particular player has won.