Player for the Fundamentals of AI and Knoweldge Representation course module 1 at the University of Bologna. A.Y. 2024/25
to compile the project, run the following command in the root directory of the project:
ant clean
ant compile
ant create-jar
to run the project locally, run the following commands in different terminals:
ant server
ant <player-name>
java -jar Executables/Tabrut.jar <player-color> <timeout> <server-ip-address>