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.
- Test flight mode
- Support for concurrent multiplayer games
- Robust handling of disconnections (resilience)
⚠️ Java 23 or higher is required
java -jar IS25-AM29-server.jarUpon launch, the server will prompt for the IPv4 address of the network interface you want to accept client connections from.
java -jar IS25-AM29-client.jarUpon launch, the client will prompt for:
- the interface type (CLI or GUI)
- the connection type (RMI or Socket)
To run a DEMO game, with the FlightDecks pre-filled, please select Level II and, when prompted for a username, enter "sabrina" or "ross".
-> TUI -> GUI -> RMI -> SOCKET -> FULL GAME RULES -> TEST FLIGHT MODE (LEVEL L) -> SUPPORT FOR MULTIPLE GAMES -> RESILIENCE OF DISCONNECTIONS
