Skip to content

Yonokid/AmuseQueue

Repository files navigation

A live queue interface for arcade machines.

Demo

https://amuse-queue-d79174ba0b42.herokuapp.com/

Project Screenshots:

project-screenshot

project-screenshot

Features

Here're some of the project's best features:

  • Websocket based live queue
  • Double queue system for 2 player games
  • Configurable store settings
  • Live operator access
  • Kiosk mode with auto generating QR code for quick access

Installation Steps:

1. Install project requirements

pip install -r requirements.txt

2. Initialize .env file

FLASK_APP=game_queue.py
SECRET_KEY=
OPERATOR_CODE=

3. (Windows only) Enable debug

in __init__.py debug = True

4. Run with flask

flask run