Council of Four (translated from the Italian version Il Consiglio dei 4) is a strategy board game published by Cranio Creations. The Software Engineering course final hand-in, run by Politecnico di Milano, required students divided into groups to develop an online multiplayer videogame, inspired by the aforementioned board game. This work also accounted for my Bachelor’s Degree final project.
The repository with source code is currently private.
Features
- Play modes: CLI or GUI
- Connectivity types to the server engine: Socket, RMI
- Configurable game map via built-in map editor
- In-game chat
Development
- Framework: Java 8 SE
- GUI: JavaFX with SceneBuilder support