The Hole by Eugenio
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

| MacOS Release | https://eulogic.itch.io/the-hole |
| Source Code | https://github.com/LogicEu/TheHole-LudumDare48- |
| Original URL | https://ldjam.com/events/ludum-dare/48/the-hole |
Ratings
| Given | 0🗳️ | 0🗨️ |
```
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.