Board implementation for Dame game (not done). More...
#include <Game/Rules/DameBoard.hpp>
Public Member Functions | |
int | getDimensionLength (unsigned int dimensionIndex) const |
Board implementation for Dame game (not done).
Dame game rules implementation.
The Dame rules are just with diagonals and jump other.
int DameBoard::getDimensionLength | ( | unsigned int | dimensionIndex | ) | const [inline, virtual] |
Gets the size of a precise dimension
dimensionIndex | index of the dimension requested |
Implements Board< 2 >.