Simple A/B choice game
https://ab.21x9.org
618453713d | ||
---|---|---|
static | ||
templates | ||
LICENSE | ||
README.md | ||
ab.txt | ||
config.ini | ||
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 config variables in
config.ini
- 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