GNUChess interface to control the game. More...
#include <Controlers/GNUChessControler.hpp>
GNUChess interface to control the game.
Interacts with GNUChess to play in the game. Thanks to the listener system, notify()
function will send back the commands to GNUChess. Moves generated by GNUChess are collected with getMove()
. The interaction between GNUChess and the Game is done by redirecting input and outputs from GNUChess fork.