Skip to content

AlfonsoCatelliUni/ing-sw-2020-arca-aulicino-catelli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AM02

Software Engineering Project 2020

Santorini : game cover

Final Grade 🎓

30L

About The Game 🎮

You can find more information about the game here.

Requirements ⚠️

To run the game you need to install Java

Running 🏃🏻‍♂️

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.

Code State ✅

Functionality State
Basic Rules GREEN
Complete Rules GREEN
Socket GREEN
CLI GREEN
GUI GREEN
Advanced Gods GREEN
Multiple Games GREEN
Undo RED
Persistence RED

Devs 💻

Contributing 🔀

  1. Fork it (https://github.com/AlfonsoCatelliUni/ing-sw-2020-Aulicino-Arca-Catelli/fork)
  2. Create your feature branch (git checkout -b feature/featureName)
  3. Commit your changes (git commit -am 'Add some featureName')
  4. Push to the branch (git push origin feature/featureName)
  5. Create a new Pull Request