Assignment #2 for COMP4004
Created by: Lukas Romsicki
Student Number: 101059080
- Clone this repository.
cd COMP4004-A2
-cd
into the source.mvn package
- Compile the source into JARs.cd target
-cd
into the location of the JARs.
java -cp COMP4004-A2-0.0.1.jar server.Server
- Start the server.- In the same shell, enter an integer representing the number of players and press enter.
java -cp COMP4004-A2-0.0.1.jar client.Client
- Run as many times as needed in separate shells to start each client.