Tabula is a board game that was played by the Romans.
This repo replaces the previous (broken...) tabula repo. This project is my end-of-year assignment for one of my first year modules, Introduction to Programming.
- Navigate to the
submit/directory containing the.javafiles usingcd. - Run
javac -cp ".;gson-2.8.0.jar" Game.javaif using a Windows host, otherwisejavac -cp ".:gson-2.8.0.jar" Game.javafor Unix-based operating systems.
- Make sure you have compiled (see above).
- Navigate to the
submit/directory containing the.javafiles usingcd. - Run
java -cp ".;gson-2.8.0.jar" Gameif using a Windows host, otherwisejava -cp ".:gson-2.8.0.jar" Gamefor Unix-based operating systems.
Edit any of the following constants in the interfaces to alter gameplay.
BoardInterface.PIECES_PER_PLAYERBoardInterface.NUMBER_OF_LOCATIONSDieInterface.NUMBER_OF_SIDES_ON_DIE
If changing the Colour class, the colour that is listed first will be used to start the game (the starting colour is selected by Colour.values()[0]).
Visit my website at robbie.xyz.