19#ifndef KINGOFTHEHILLBOARD_H
20#define KINGOFTHEHILLBOARD_H
22#include "standardboard.h"
47 virtual Board* copy()
const;
48 virtual QString variant()
const;
51 bool kingInCenter(
Side side)
const;
An internal chessboard class.
Definition: board.h:58
A board for King of the Hill Chess.
Definition: kingofthehillboard.h:41
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 standard chess.
Definition: standardboard.h:39