Table of Contents
A game where the goal is to paint the largest number of fields by outrunning all players.
Screenshots
| Start Page | Register Page |
|---|---|
![]() |
![]() |
| Main Menu Page | Color Selection Page |
![]() |
![]() |
| Another Player Color Selection Page | Game Page |
![]() |
![]() |
| Game Over Page | Main Menu Stats Page |
![]() |
![]() |
linux docker npm git
git clone https://github.com/mloso/game && cd game
mv .env_dist .env # edit your environment variables (optional)
docker compose -f docker/compose/alembic.yml -f docker/compose/database.yml -f docker/compose/networks.yml --env-file .env up --build --abort-on-container-exit
docker compose -f docker/compose/app.yml -f docker/compose/database.yml -f docker/compose/redis.yml -f docker/compose/networks.yml --env-file .env up --build
npm install
npm run build
npm run devGo to browser and open link, that's hostname and port you're set upped (default - http://localhost:5713), for swagger
follow previous instruction and open /docs page (default - http://localhost:8080/docs)







