A multiplayer snake game.
You can access the game at https://sr.fgdou.ovh/
Just run :
docker run -p 80:80 ghcr.io/fgdou/sr_project:masterAnd access the website on http://localhost
The file is located in /app/leaderboard/leaderboard.json
You can setup the persistent storage in the compose.yml file or by adding -p /path/to/dir:/app/leaderboard to the docker run command.
docker compose up --build
