30L
You can find more information about the game here.
To run the game you need to install Java
Download the unique jar file form this directory.
In the terminal, go to the folder where you've saved the AM02.jar file and execute it using this command line.
java -jar AM02.jar param0
Where "param0" can be:
- server : to execute the Server mode
- cli : to execute the client in Command Line Interface mode
- gui : to execute the client in Graphical User Interface mode
When the program asks the IP address and port number, if left empty, there will be automatically filled with 127.0.0.1 and 64209.
Functionality | State |
---|---|
Basic Rules | |
Complete Rules | |
Socket | |
CLI | |
GUI | |
Advanced Gods | |
Multiple Games | |
Undo | |
Persistence |
- Fork it (https://github.com/AlfonsoCatelliUni/ing-sw-2020-Aulicino-Arca-Catelli/fork)
- Create your feature branch (
git checkout -b feature/featureName
) - Commit your changes (
git commit -am 'Add some featureName'
) - Push to the branch (
git push origin feature/featureName
) - Create a new Pull Request