The project received the maximum score (30L).
- Complete Rules
- CLI
- GUI (implemented in JavaFX)
- Socket
- 3 FA:
    - 4 players game
- Persistence
- Resilience to disconnections
 
- Model:
    - Class: 100%
- Method: 94%
- Line: 90%
 
- Controller:
    - Class: 100%
- Method: 96%
- Line: 96%
 
- Server
    - Open the terminal and move to the folder containing EriantysServer.jar
- Write command java -jar EriantysServer.jarand press Enter
- Server is running!
 java -jar EriantysServer.jar -p <portNumber>.
 The range for the port is between 0 and 65535.
- Client
    - Open the terminal and move to the folder containing EriantysClient.jar
- 
        If you want to play with the GUI version write command java -jar EriantysClient.jar, otherwise if you want to play with the CLI version write commandjava -jar EriantysClient.jar -cli
- Play!
 EriantysClientM1.jarand do the same procedure as written above.