Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Unfortunately, I can't run this game (I'm on linux but the arch is different). Maybe, if you shared the source code I could build it myself.

(1 edit)

Thank you for your comment! I'll link the github and add an archive.

(+1)

If anyone would like to play this game, on linux here is gcc command to build it:

g++ src/main.cpp -lX11 -lGL -lpthread -lpng -lpulse-simple -lpulse -lstdc++fs -std=c++17

(It's just olc PGE + audio)

If there is anyone using nix, here is the shell with all build dependencies:

shell -p gcc xorg.libX11.dev xorg.libXft xorg.libXinerama libGL libpng pulseaudio

thanks! that's right