Simple A/B choice game https://ab.21x9.org
Go to file
gpkvt 2e74a5ba3d Improved animations 2023-06-05 17:05:27 +02:00
static Improved animations 2023-06-05 17:05:27 +02:00
templates Improved animations 2023-06-05 17:05:27 +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 22:18:47 +02:00
config.ini Improved animations 2023-06-05 17:05:27 +02:00
game.py Simplyfied helptext config 2023-06-05 16:43:21 +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.