18 #ifndef JESONMORBOARD_H 19 #define JESONMORBOARD_H 21 #include "westernboard.h" 43 virtual Board* copy()
const;
44 virtual QString variant()
const;
45 virtual int width()
const;
46 virtual int height()
const;
47 virtual QString defaultFenString()
const;
51 virtual bool kingsCountAssertion(
int whiteKings,
52 int blackKings)
const;
53 virtual bool inCheck(
Side side,
int square = 0)
const;
55 const int m_centralSquare;
59 #endif // JESONMORBOARD_H An internal chessboard class.
Definition: board.h:57
A board for western chess variants.
Definition: westernboard.h:40
Definition: boardscene.h:29
The side or color of a chess player.
Definition: side.h:35
A board for Jeson Mor.
Definition: jesonmorboard.h:36
The result of a chess game.
Definition: result.h:34