This repo serves as a blueprint/starter-kit to develop game servers and clients using GraphQL
Initially it uses Django as the game server and Python Arcade for the client
The first game to be implemented is Tic-Tac-Toe
git clone https://github.com/kfields/django-arcade
cd django-arcade
poetry shell
cd server
poetry install
./bin/setup
./bin/dev
./bin/nuke
cd client
poetry install
python client
cd experiments
poetry install
python counter.py
Django Bulma app from: https://github.com/lemonsaurus/django-simple-bulma
Some more stuff from: https://github.com/python-discord/site