Skip to content

JM3ad/socket-games

Repository files navigation

Socket Games

A collection (eventually) of socket-based games to explore working with web sockets. The latest deployment is available at https://socket-games.herokuapp.com/.

Running the project

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

Intentions

See the project's Trello Board

About

Exploring basic web sockets for simple games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published