-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Stefano Civelli edited this page Jul 2, 2021
·
7 revisions
The project consists of a Java version of the board game Maestri del Rinascimento by CranioCreations.
This repository includes:
- initial UML diagram;
- final UML diagram, automatically generated;
- the actual Game;
- all required resources to run the game.
Our game both supports local games and online.
- In order to play in local mode you will need to run a client (either CLI or GUI) and once the game asks for playing local or online you will need to go for the first option;
- You can also play online but you will need a running server and at least 1 client.
If you can't run a server on your own you can use ours. You can start playing simply connecting to this ip address
35.212.247.189
and port6754
.
You can find more information on how to run the game here
Functionality | Status |
---|---|
Basic rules | |
Complete rules | |
Socket | |
CLI | |
GUI | |
Local Game | |
Multiple Games | |
Disconnection Resilience |
Coverage criteria: code lines.
Package | Coverage |
---|---|
model | 80% |
model: leadercard | 80% |
model: market | 87% |
model: singleplayer | 72% |
model: track | 92% |
controller | 56% |
Running | Javadocs | Communication Protocol |
Message Tables |
---|---|---|---|
|
|
|
|