Play game
Memory Maze Man!'s itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Adherence (score low for poor theme implementation, high for sticking to theme) | #40 | 2.742 | 4.750 |
Impression (score low for unimpressive, high for impressive) | #41 | 2.165 | 3.750 |
Overall | #41 | 2.309 | 4.000 |
Legitimacy (score low for jam-spam, high for authentic "in the spirit" entry) | #42 | 2.454 | 4.250 |
Originality (score low for unoriginal, high for original ideas) | #42 | 1.876 | 3.250 |
Ranked from 4 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
OMG! Trying to keep a full image of the maze in my mind required an extra strong coffee! I love this game, excellent work, I cloned your repo and converted it to work for Windows, if you like it a copy just DM me on Discord. Well done getting this up and running, brilliant entry
Thank you! I'm really glad you liked it) Wrote you on discord
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.
Thank you for your comment! I'll link the github and add an archive.
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