Skip to content

lucamarini22/tablut-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarenTablutAI

What is Tablut?

MarenTablutAI is an artificial intelligence written in Java that plays Tablut, a variant of the classic Viking boardgame Hnefatafl.

Games's rules here

How to run the server

First install Gradle

Gradle Installation here

Go into the project folder:

cd TablutAI/Tablut

Run the server:

gradle Server

To visualize the GUI, run:

gradle Server --args="-g true"

Run MarenTablutAI

Download the latest release here

and then run: java -jar Tablut-MarenAI.jar <black|white> <timeout-per-move-in-seconds> <server-ip>