umbertocolangelo / ingsw2022-eryantis

Progetto del corso Ingegneria del Software 2022 gruppo Colangelo-Cialini-La Ferla
3 stars 0 forks source link

Prova Finale di Ingegneria del Software - AA 2021-2022

alt text

Implementation of the game table Eriantys.

Documentation

UML

Funzionanlità implementate

Functionality State
Basic rules 🟢
Complete rules 🟢
Character Cards 🟢
Socket 🟢
GUI 🟢
CLI 🟢
Persistence 🟢

Jars

After the download you can start the game with jars. To use the jars you must compile with maven , then the executable will be found under the directory target

JAR execution

After the jar are compiled there are two different kinds of executable for the client side.

CLI

To run the game with CLI you must run AM29-clientCLI.jar

GUI

To run the game with Gui you must run the AM29-clientGUI.jar

Server

To run the server you must run AM29-server.jar

Test

Overall Coverage Summary

Package Class % Line %
all classes 46% 20%
model 100% 82%

Group components