19#ifndef THREEKINGSBOARD_H
20#define THREEKINGSBOARD_H
22#include "westernboard.h"
44 virtual Board* copy()
const;
45 virtual QString variant()
const;
46 virtual QString defaultFenString()
const;
49 virtual bool kingsCountAssertion(
int whiteKings,
50 int blackKings)
const;
51 virtual bool inCheck(
Side side,
int square = 0)
const;
53 int kingCount(
Side side)
const;
An internal chessboard class.
Definition: board.h:58
The result of a chess game.
Definition: result.h:35
The side or color of a chess player.
Definition: side.h:36
A board for Three Kings Chess.
Definition: threekingsboard.h:38
A board for western chess variants.
Definition: westernboard.h:41