Implementation of the game table Eriantys.
Functionality | State |
---|---|
Basic rules | 🟢 |
Complete rules | 🟢 |
Character Cards | 🟢 |
Socket | 🟢 |
GUI | 🟢 |
CLI | 🟢 |
Persistence | 🟢 |
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
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
Package | Class % | Line % |
---|---|---|
all classes | 46% | 20% |
model | 100% | 82% |