Simple A/B choice game https://ab.21x9.org
Go to file
gpkvt c1d8408cc6 404 page added 2023-06-04 12:18:28 +02:00
static 404 page added 2023-06-04 12:18:28 +02:00
templates 404 page added 2023-06-04 12:18:28 +02:00
LICENSE Initial commit 2023-06-02 09:47:04 +02:00
README.md Updated README 2023-06-03 23:01:15 +02:00
ab.txt Fixed question 2023-06-04 11:32:20 +02:00
config.ini Added autoreload 2023-06-04 02:59:37 +02:00
game.py 404 page added 2023-06-04 12:18:28 +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

A/B Game

Simple choice game.

Installation

  1. Install python3 (and pip if needed)
  2. Clone the Repo into /opt/ab/
  3. Put A/B questions in ab.txt
  4. Set config variables in config.ini
  5. Install requirements (pip install -r requirements.txt)

Run

Manual

  1. Run chmod +x game.py
  2. Run ./game.py

Or just run python3 ./game.py

As Service

  1. Install supervisord
  2. Copy supervisor.conf to /etc/supervisor/conf.d/abgame.conf
  3. Reload supervisor (supervisorctl reload)

Use

Open your browser and navigate to http://localhost:5000 or whatever you configured as bind and port in your config.ini.