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
A small instance is available.
This project is still in development.
On a virtualenv:
git clone git@github.com:Linkid/fretsboard.git
cd fretsboard
pip install -r requirements.txt
./manage.py makemigrations scoreboard
./manage.py migrate
./manage.py runserver
This application comes from the old Frets On Fire Charts Server.
Other scoreboard were developped, in PHP:
- fofchart (2008): https://sourceforge.net/projects/fofchart/
- fofcs (2008): https://sourceforge.net/projects/fofcs/
- fretsweb-php (2009): https://sourceforge.net/projects/fretsweb/
For more information, see the Frets On Fire forum post.