Skip to content

Fgdou/sr_project

Repository files navigation

ESIR3 SR Project - Multiplayer Snake Game

demo

A multiplayer snake game.

Demo

You can access the game at https://sr.fgdou.ovh/

Members

Documents

Docker

Run it on your server

Just run :

docker run -p 80:80 ghcr.io/fgdou/sr_project:master

And access the website on http://localhost

Persistent leaderboard storage

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.

Build the project and Run

docker compose up --build

Development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages