422 B
422 B
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