A little game made for the STOP WAITING FOR GODOT jam, where you have to explore a maze that gets progressively more complicated, and also happens to be non-euclidean. Or a euclidean manifold, not sure what the exact right term is. It's physically impossible at least.

Not sure why the levers and their outline breaks in the web export.

StatusReleased
PlatformsHTML5
Rating
Rated 4.6 out of 5 stars
(7 total ratings)
AuthorXalynDragon
GenreAdventure
Made withGodot
Tagsnon-eucledian, Pixel Art, Top-Down
Asset licenseCreative Commons Zero v1.0 Universal
Average sessionA few minutes
LanguagesEnglish
InputsKeyboard

Comments

Log in with itch.io to leave a comment.

(+1)

what the f u c k

(+1)

Blew my mind ! This game is awesome, the graphics and light are superb. Congrats on your entry !

Thanks!

That was incredible! I am very lost. I would love to know what the internal model of the level is.

Thanks! The world world consists of nodes, with information about which nodes are their direct neighbours. Every time the player moves between 2 nodes, it loads new nodes just outside vision by recursively checking the neighbours of the current node, and it unloads the ones no longer visible. A new levels is procedurally generated when you flip the last lever of the current one, which then gets appended to the end of the current level.

That sounds a lot like the way I made my own non-euclidean game! Except instead of procedurally generating it, I made it all by hand. There was no way I was going to make gravity-based puzzles which depend on the orientation the camera is when the player enters the room procedurally. It is also not the longest game out there...

I think I would like to perhaps expand on that world (without the 64x64 jam restriction) and make an even more insane world to put a non-euclidean RPG into. Maybe even make certain sections as close to homogenously-curved as possible, a la hyperbolica's very authentic hyperbolic worlds, instead of just this tiles-stitched-together "manifold" stuff. There are lots of possibilities to explore.

Not sure how long the game is....or even if its endless like the walls within the maze, but i got to lvl 11 and it took me quite a while. It was a great experience though, where as I walked further and looped more often, I was increasingly scratching my head trying to find some kind of pattern. Upon reaching lvl 11, I figure I've done enough brain blasting for one sitting and will throw in the white flag (for now). Great game! Would definitely play again to challenge myself further!

Thanks! The game is infinite, and levels become progressively more complicated.