Simple A/B choice game https://ab.21x9.org
Go to file
root 9406e1fc50 Added html template 2023-06-02 10:11:06 +02:00
static/css Initial commit 2023-06-02 09:48:48 +02:00
templates Added html template 2023-06-02 10:11:06 +02:00
LICENSE Initial commit 2023-06-02 09:47:04 +02:00
README.md Added README.md content 2023-06-02 09:57:21 +02:00
ab.txt Initial commit 2023-06-02 09:48:48 +02:00
game.py Added html template 2023-06-02 10:11:06 +02:00
requirements.txt Initial commit 2023-06-02 09:48:48 +02:00
supervisor.conf Initial commit 2023-06-02 09:48:48 +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 title and separator variables in game.py
  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