Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.85 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.85 KB

Fretsboard

Build Status Tests Status Coverage Status Documentation Status

Fretsboard is a web scoreboard for the rhythm game Frets On Fire.

Instance (new): https://fretsboard.herokuapp.com

Instance (old): http://fretsonfire.sourceforge.net/charts/

Get in touch (via matrix): #fretsboard:matrix.org

Screenshot scoreboard

Status

A small instance is available.

This project is still in development.

How to run

On a virtualenv:

git clone [email protected]:Linkid/fretsboard.git
cd fretsboard
pip install -r requirements.txt
./manage.py makemigrations scoreboard
./manage.py migrate
./manage.py runserver

Origin

This application comes from the old Frets On Fire Charts Server.

Other scoreboard were developped, in PHP:

For more information, see the Frets On Fire forum post.