A submission for the 5th SFML game jam, with the theme "Failure is an option".
An endless time trial on infinite rail tracks, interspersed with gaps.
Controls:
Spacebar
- jumpF
- Rocket boost
To build Tracks it is necessary to obtain the following libraries:
Then, Tracks may be built by
mkdir build
cd build
cmake ..
make install
To elide the need for root privileges to install, set the CMAKE_INSTALL_PREFIX. Alternatively, ensure that the png and font files are in the working directory of the executable.