The Hole by Eugenio

[raw]
made by Eugenio for Ludum Dare 48 (COMPO)

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

Screen Shot 2021-04-25 at 8.41.38 PM.png Screen Shot 2021-04-25 at 8.40.12 PM.png Screen Shot 2021-04-25 at 8.41.10 PM.png

Ratings

Given 0🗳️ 0🗨️

Feedback

DerGamer
26. Apr 2021 · 17:58 UTC
I think your game looks very nice, but I have Windows so it's a pity I can't play it
kristof
26. Apr 2021 · 20:14 UTC
Nice little game! Maybe a bit too difficult for my taste. I liked the music track. I sat at the start, just to listen to it in full :-)
Ace17
01. May 2021 · 07:39 UTC
Tried to compile it on GNU/Linux, got stuck here:

```
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.
his-games
03. May 2021 · 09:23 UTC
Looks really good, from the cover! Shame I can't play it with my windows pc though!
Edur
03. May 2021 · 15:19 UTC
I would kike to play it. Looks cute, but i have windows. Can you port it to windows?