Project for the Tablut Competition, Fondamenti di Intelligenza Artificiale M UNIBO. The project realizes a player for an ancient Nordic strategy board game: Tablut.
To run this application a working Java environment is required. Software is tested on Java version 8. To install Java in your Ubuntu/Debian machine you can execute the following command:
sudo apt install openjdk-8-jdk
You can run the player with:
cd Executables
java -jar Mr.Meeseeks.jar <white|black> [<timeout>] [<server_address>]
If not specified, the default values are 60 for timeout
and localhost for server_address
.
Alternatively, you can run the player with the bash script provided:
./runmyplayer <white|black> [<timeout>] [<server_address>]
With the same default values written above.
For convenience, we provide the Server. You can find information about it in the main repository
Simone Amorati, Alessandro Musarella, Giulio Tripi