Antonio Gianola
Andrea Facchini
Andrea Milanta
Both the server and the client have to be started by console.
To launch the server please follow these steps:
- Access Console
- Navigate to '\Runnable jar files\Server' in the repository
- Execute the command 'java -jar CouncilOfFourServer.jar'
- Follow instructions on screen
To lauch the client please follow these steps:
- Access Console
- Navigate to '\Runnable jar files\Client' in the repository
- Execute the command 'java -jar CouncilOfFour.jar'
- Follow instructions on screen
The game cannot be started directly from eclipse as it uses the System.console() has standard I/O
Default server IP address is 127.0.0.1
If the server is not found the user will be prompted to insert a new IP address
Once two players have connected a new game will start within 10 seconds
For further information please refer to the complete game manual at '\Documentation\Manuals' in the repository