Thank you for your comment! I'll link the github and add an archive.
Viewing post in Memory Maze Man! jam comments
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