-
Raffaele Berzoini (@RaffaeleBerzoini)
[email protected] -
Elia Fantini (@EliaFantini)
[email protected] -
Elisabetta Fedele (@elisabettafedele)
[email protected]
Functionality | State |
---|---|
Basic rules | |
Complete rules | |
Socket | |
GUI | |
CLI | |
Multiple games | |
Persistence | |
Disconnections |
-
In the Deliverables folder there are two multi-platform jar files, one to set the Server up, and the other one to start the Client.
-
The Server can be run with the following command, as default it runs on port 1234:
> java -jar MasterOfReinassanceServer.jar
This command can be followed by these arguments:
- -port: followed by the desired port number between MIN_PORT (1024) and MAX_PORT (65535) as argument;
- -log: to save the log in a file;
- -help: to get help.
-
The Client can be run with the following command:
> java -jar MasterOfReinassanceClient.jar
- This command sets the Client on Graphical User Interface (GUI) mode, but it can be followed by -cli if the Command Line Interface (CLI) is preferred.
- The Server's IP and port to connect to can be specified during the execution.
This project is developed in collaboration with Politecnico di Milano and Cranio Creations.