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