Over The Clouds
A downloadable game for Windows and Linux
Use a glider and slide around to clear the levels and beat the game.
There's islands in the sky for some reason and you've got to figure it out.
Status | Released |
Platforms | Windows, Linux |
Author | saustin |
Genre | Platformer |
Install instructions
Linux
You need SDL2 as well as image, mixer, and TTF to play, so download them with (on Ubuntu):
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
On Linux, build with the command: (in this package the executables are already compiled, so you could skip this)
g++ -o "Game" "Game.cpp" -lm -lSDL2 -lSDL2_mixer -lSDL2_image -lSDL2_ttf
or for the level editor:
g++ -o "LevelEditor" "LevelEditor.cpp" -lm -lSDL2 -lSDL2_mixer -lSDL2_image -lSDL2_ttf
Then run with ./LevelEditor or ./Game
Windows
An executable and .dlls will be provided so just run the .exe and it should hopefully work.
Leave a comment
Log in with itch.io to leave a comment.