This project is an implementation of the Domineering game.
The goal of the project is to:
- The game works in console mode and allow a human player to challenge himself against a machine.
- The machine is powered by a Monte Carlo Tree search algorithm which helps it to decide its moves.
- In order to pick the best move, the algorithm calculates UCT scores.
The program requires Python 3.x
to be installed in your system.
To start the game, simply execute the following line of code:
$> python Domineering.py