abgame/README.md

650 B

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.