Ludum Dare #48compo
The Hole
This is a retro arcade 2D platformer written entirely from scratch in C and OpenGL for the Ludum Dare 48 Game Jam Compo. Unfortunately, this release is only available for MacOS, but the source code is on Github, so everyone is welcome to try to compile it un run it on Windows or Linux.
Controls:
- Arrow Keys or WASD: Move
- M: Mute
- R: Restart
- Esc: Exit game
Controls:
- Arrow Keys or WASD: Move
- M: Mute
- R: Restart
- Esc: Exit game
Genres: platformer

Comments5
```
gcc src/*.c -I. -Iinclude/FMOD -Iinclude/FreeType -lGL -lpng
```
For obvious reasons of gcc macosx-specific command-line options, I can't use your shell.sh compile script.
But the real blocker was the fmod library, which I don't have, and downloading it requires an acount ; to it's a no-go.