pub type Board = HashMap<Coord, Piece, RandomState>;
Expand description

Describes the board, the 9x9 squares, in terms of absolute coordinates. /盤、つまり、9x9のマス目を、絶対座標で表す。