Simple A/B choice game https://ab.21x9.org
Go to file
root 618453713d Updated requirements 2023-06-02 22:09:18 +02:00
static Improved CSS 2023-06-02 19:08:17 +02:00
templates Cleaned up HTML output 2023-06-02 18:48:35 +02:00
LICENSE Initial commit 2023-06-02 09:47:04 +02:00
README.md Added config.ini 2023-06-02 10:24:06 +02:00
ab.txt Improved questions 2023-06-02 17:18:59 +02:00
config.ini Made timezone configurable 2023-06-02 20:40:30 +02:00
game.py Made timezone configurable 2023-06-02 20:41:01 +02:00
requirements.txt Updated requirements 2023-06-02 22:09:18 +02:00
supervisor.conf Added logfile 2023-06-02 12:31:55 +02:00

README.md

abgame

Simple choice game.

Installation

  1. Clone the Repo into /opt/ab/
  2. Put A/B questions in ab.txt
  3. Optional: Set config variables in config.ini
  4. Install requirements (pip install -r requirements.txt)
  5. Install supervisord
  6. Copy supervisor.conf to /etc/supervisor/conf.d/abgame.conf
  7. Reload supervisor (supervisorctl reload)
  8. Open your browser and navigate to http://localhost:5000