Run the server class once to host.
Each pair of clients that connect will be entered into their own game, managed by the server.
- Maven
- Git
- JDK 8
mvn clean install
java -jar Server/target/Server-1.0.0.jar
java -jar Client/target/Client-1.0.0.jar
Shared classes between the client and server modules.
The server application that handles multiple clients.
The client application used to connect to the server.