A simple 2D hovercraft racing game, no longer in active development.
Watch the gameplay trailer
This repository does not contain the assets, so if you'd like to play you should Download the .tgz archive from here.
Requirements :
- Linux (known not to work on Windows, untested on OS X);
- The following libs : SDL 1.2, SDL_Image 1.2, SDL_Mixer 1.2 and GLU.
Here's a command to install the prerequisites on Ubuntu :
sudo apt install -y libgl1-mesa-dev libglu1-mesa-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev