Skip to content

Linkid/fretsboard

Repository files navigation

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:https://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.