Written in Python, allows you to manage your games in a web application.
Python 3.10 or newer is requried. Assumes that you are in the directory where this repo is found.
- `python3 -m venv venv && source venv/bin/activate``
pip install -r requirements.txt
- Set your secret key in config.py
export FLASK_APP=main
flask run