Xiangiqgame
AI engine for Xiangqi
|
Defines a castle feature in terms of its min / max rank and file. More...
#include <board_data_structs.hpp>
Public Attributes | |
BoardIndexType | min_rank |
BoardIndexType | max_rank |
BoardIndexType | min_file |
BoardIndexType | max_file |
Defines a castle feature in terms of its min / max rank and file.
Definition at line 24 of file board_data_structs.hpp.
BoardIndexType gameboard::CastleEdges::max_file |
Definition at line 28 of file board_data_structs.hpp.
BoardIndexType gameboard::CastleEdges::max_rank |
Definition at line 26 of file board_data_structs.hpp.
BoardIndexType gameboard::CastleEdges::min_file |
Definition at line 27 of file board_data_structs.hpp.
BoardIndexType gameboard::CastleEdges::min_rank |
Definition at line 25 of file board_data_structs.hpp.