Cover image

chronos

Java
Czech

Simple multiplayer CLI game written in Java

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:

Frontend

The frontend is written in Vanilla Java and handles user interaction.