Skip to content

Sofware Engineering Project, BSc Thesis, Politecnico di Milano

Notifications You must be signed in to change notification settings

alessiapacca/ing-sw-2019-13

Repository files navigation

Progetto di Ingegneria del Software 2019

Implementazione del gioco in scatola Adrenaline per il progetto di ingegneria del software 2019 al Politecnico di Milano.

Devs
Matteo Pacciani
Tommaso Pegolotti
Alessia Paccagnella

Developed features:

  • Complete game rules
  • Socket connection
  • RMI connection
  • Gui (graphical user interface)
  • CLI (command line interface)
  • Multi player

How to generate the jar:

In the project folder
1) mvn clean
2) mvn package

How to start the game:

From intellij :
    1)Start server
    2)Start at least 3 clients (both UpdaterGui and UpdaterCli)

Jar :
    In the jar folder (/ing-sw-2019-13/target)
    1) java -jar ing-sw-2019-13-1.0-SNAPSHOT-jar-with-dependencies.jar server
       to start the server
    2) java -jar ing-sw-2019-13-1.0-SNAPSHOT-jar-with-dependencies.jar gui
       to start a client with the gui
       java -jar ing-sw-2019-13-1.0-SNAPSHOT-jar-with-dependencies.jar cli
       to start a client with the cli 

Note: the installation of javaFX is required

About

Sofware Engineering Project, BSc Thesis, Politecnico di Milano

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published