Module: ChessConstants
- Defined in:
- lib/fen/chess_constants.rb
Constant Summary collapse
- NUMBER_OF_ROWS =
8
- NUMBER_OF_COLUMNS =
8
- FILE_ARRAY =
["a", "b", "c", "d", "e", "f", "g", "h"]
- RANK_ARRAY =
["1", "2", "3", "4", "5", "6", "7", "8"]
8
8
["a", "b", "c", "d", "e", "f", "g", "h"]
["1", "2", "3", "4", "5", "6", "7", "8"]