Source code guide

You can find the source code for each game release from the SourceForge files page. Alternatively, you may use the following command to check out the latest source code snapshot from the Subversion repository:
svn co https://fretsonfire.svn.sourceforge.net/svnroot/fretsonfire fretsonfire
Extract the source code and copy the data directory from the game distribution to the extracted directory. To run the game, enter the src directory and type python FretsOnFire.py. Currently we offer precompiled binaries for Windows, Linux x86 and Intel Mac OS X.

Requirements

The game source code has the following dependencies: For making a binary release, you'll also need these:

Guide to building the game on Mac OS X and and associated files by Tero Pihlajakoski.