Board implementation for Chess game. More...
#include <Game/Boards/ChessBoard.hpp>
Public Member Functions | |
int | getDimensionLength (unsigned int dimensionIndex) const |
void | move (const Move< Coords > &move) |
Board implementation for Chess game.
The board is a 8x8 board with no particularities
int ChessBoard::getDimensionLength | ( | unsigned int | dimensionIndex | ) | const [inline, virtual] |
Gets the size of a precise dimension
dimensionIndex | index of the dimension requested |
Implements Board< 2 >.