A full implementation of Tablut(aka Viking chess). Supports human vs human and human vs CPU games. Runs as Java Swing application (Java 8 Required).
run the game from dist folder with
java -jar tablut.jar
Implemented By University of Windsor computer science students during Introduction to Artificial Intelligence course taught by Professor Kalyani Selvarajah.
Please read the White Paper pdf for full game rules and description of CPU player artificial intelligence.
CPU player...