Skip to content

lollofred/TablutCompetition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

♟️ Tablut Challenge 2022 - Beluga 🐱

Project for the AI Challenge in Foundaments of Artificial Intelligence M at University of Bologna. Link for the competition @Tablut Competition. The aim of the project is to create a player for the game of Tablut.

Requirements to run the player

The project requires a working Java Environment. You need to have JDK >= 11. From Ubuntu/Debian console, you can install it with these commands:

sudo apt update
sudo apt install openjdk-11-jdk -y

Usage

You can run the player with:

cd Executables
java -jar Beluga.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

Lorenzo Di Palma, Giovanni Gheriglio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages