Skip to content

pyccino/IS25-AM29

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

981 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Project – Software Engineering 2025

This project is a Java-based implementation of the board game Galaxy Trucker, developed at Politecnico di Milano.

The development team consists of: Matteo Bortolan, Samuel Bianchi, Federico Dallari, Lorenzo Andreasi

The application features both a command-line interface (CLI) and a graphical user interface (GUI) built with JavaFX.

Unit testing is implemented using JUnit, and the application supports networking via both RMI and Sockets.


🔧 Additional Features

  • Test flight mode
  • Support for concurrent multiplayer games
  • Robust handling of disconnections (resilience)

🚀 How to Run

⚠️ Java 23 or higher is required

Run the server:

java -jar IS25-AM29-server.jar

Upon launch, the server will prompt for the IPv4 address of the network interface you want to accept client connections from.

Run the client:

java -jar IS25-AM29-client.jar

Upon launch, the client will prompt for:

  • the interface type (CLI or GUI)
  • the connection type (RMI or Socket)

DEMO:

To run a DEMO game, with the FlightDecks pre-filled, please select Level II and, when prompted for a username, enter "sabrina" or "ross".

TEST COVERAGE:

img.png

SUMMARY OF IMPLEMENTED FEATURES:

-> TUI -> GUI -> RMI -> SOCKET -> FULL GAME RULES -> TEST FLIGHT MODE (LEVEL L) -> SUPPORT FOR MULTIPLE GAMES -> RESILIENCE OF DISCONNECTIONS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages