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 shellcd server
poetry install./bin/setup
./bin/dev
./bin/nuke
cd client
poetry install
python clientcd experiments
poetry install
python counter.pyDjango Bulma app from: https://github.com/lemonsaurus/django-simple-bulma
Some more stuff from: https://github.com/python-discord/site