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