c5fd0378d5
the game is to play guitar with the keyboard as accurately as possible. Features * Unique inverted keyboard gameplay style * Support for guitar controllers and generic joysticks * Includes a song editor for making your own tunes * Compete with others on the World Charts * Hundreds of songs composed by the community * Supports importing Guitar Hero I and Guitar Hero II songs * Multiplatform; runs on Windows, Linux, Mac OS X, OpenBSD and FreeBSD * Open source, full Python source code available
5 lines
106 B
Bash
5 lines
106 B
Bash
#!/bin/sh
|
|
|
|
cd ${LOCALBASE}/share/fretsonfire/src/ && python${MODPY_VERSION} ./FretsOnFire.py
|
|
cd ${OLDPWD}
|