The goal of the project was to implement the board game Eriantys as a client-server based Java program. The implementation net us a score of 30/30.
- Java 17
- Maven 3+
-
First, clone this repository:
git clone https://github.com/PierLuigiPorri/ing-sw-2022-pellegrino-porri-perico cd ing-sw-2022-pellegrino-porri-perico
-
Then, move to the 'deliverables' folder and start the server:
java -jar Eriantys-GC56-Server.jar
-
Finally, start the client:
java -jar Eriantys-GC56-CLI.jar
Follow the above process through step 2, then start the GUI client:
java -jar Eriantys-GC56-GUI.jar
Or double-click the same file.