Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 822 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 822 Bytes

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>