Skip to content

carnivuth/Bimbe-di-Turing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bimbe di Turing

player for tablut client competition

Features

  • Heuristic based on Manhattan distance and number of pawns on the board

Run the Server without Eclipse

The easiest way is to utilize the ANT configuration script from console. Go into the project folder (the folder with the build.xml file):

cd TablutCompetition/Tablut

Compile the project:

ant clean
ant compile

Run

ant server
ant bimbewhite
ant bimbeblack

to create executable jar run

ant bimbe-jar

to run jar

java -jar bimbe.jar COLOR SERVER-ADDRESS TIMEOUT

Authors

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.7%
  • Java 28.3%
  • CSS 1.8%
  • Other 0.2%