Skip to content

Entry for the Tablut Competition, Fondamenti di Intelligenza Artificiale M UNIBO

Notifications You must be signed in to change notification settings

AlessandroMusarella/Tablut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tablut Challenge 2021

Project for the Tablut Competition, Fondamenti di Intelligenza Artificiale M UNIBO. The project realizes a player for an ancient Nordic strategy board game: Tablut.

Requirements

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

Usage

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

Authors

Simone Amorati, Alessandro Musarella, Giulio Tripi

About

Entry for the Tablut Competition, Fondamenti di Intelligenza Artificiale M UNIBO

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages