KISS implementation of famous board game Dixit in Python with Flask-SocketIO
Created with love and care during the COVID-19 pandemic to be able to play with family and friends 😷💌🏩
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
SECRET_KEY
, for example by running python -c 'import os; print(os.urandom(16))'
DEBUG
is set to False
. venv/bin/activate
python app.py