Chronos is a simple multiplayer game written in Java.
Backend
The backend is implemented as an HTTP server that handles all game requests. It supports simultaneous operation of multiple games and uses a SQL database to store game data.
Technologies:
- Language: Java
- Framework: Spring
- Database: Relational SQL database (e.g. MySQL)
Frontend
The frontend is written in Vanilla Java and handles user interaction.