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.
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