A collection (eventually) of socket-based games to explore working with web sockets. The latest deployment is available at https://socket-games.herokuapp.com/.
First time: poetry install
To run: poetry run quart run
or docker-compose up --build
The production build:
docker build --target prod --tag prod-image .
docker run -itp 5000:5000 --env-file .env prod-image
Tests: poetry run pytest
Format: poetry run black
See the project's Trello Board