Xiangiqgame
AI engine for Xiangqi
|
A gameboard::BoardSpace pair (start and end). More...
#include <move_data_structs.hpp>
Public Member Functions | |
bool | operator== (const Move &other) const |
Public Attributes | |
gameboard::BoardSpace | start |
gameboard::BoardSpace | end |
A gameboard::BoardSpace pair (start and end).
Does not have a gameboard::GamePiece object associated with it (unlike a gameboard::ExecutedMove). To know what gameboard::GamePiece would be associated with a gameboard::Move, must compare with a gameboard::GameBoard.board_map_.
Definition at line 18 of file move_data_structs.hpp.
|
inline |
Definition at line 22 of file move_data_structs.hpp.
gameboard::BoardSpace gameboard::Move::end |
Definition at line 20 of file move_data_structs.hpp.
gameboard::BoardSpace gameboard::Move::start |
Definition at line 19 of file move_data_structs.hpp.