Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.09 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.09 KB

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. (Windows only) Enable debug

in __init__.py debug = True

3. Run with flask

flask run