The rules are simply: just continue the story from the previous player.
# it is highly recommended to first create a virtual python and then a virtual node environment
pip install -r requirements.txt
npm install
# activate both virtual environments
python server.py
# open a separate terminal, activate again the environments
npm run serve
- backend: Python using
websockets
andSQLAlchemy
via Heroku - frontend: Javascript using
Vue
andQuasar
via GitHub Pages