Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(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