Skip to content

joelahoover/Tracks

 
 

Repository files navigation

Tracks

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 - jump
  • F - Rocket boost

Building

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.

About

Failure is an option

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • CMake 57.7%
  • C++ 38.6%
  • Objective-C++ 3.7%