Simple A/B choice game
https://ab.21x9.org
9406e1fc50 | ||
---|---|---|
static/css | ||
templates | ||
LICENSE | ||
README.md | ||
ab.txt | ||
game.py | ||
requirements.txt | ||
supervisor.conf |
README.md
abgame
Simple choice game.
Installation
- Clone the Repo into
/opt/ab/
- Put A/B questions in
ab.txt
- Optional: Set
title
andseparator
variables ingame.py
- Install requirements (pip install -r requirements.txt)
- Install
supervisord
- Copy
supervisor.conf
to/etc/supervisor/conf.d/abgame.conf
- Reload supervisor (
supervisorctl reload
) - Open your browser and navigate to
http://localhost:5000