Very cool game! I like that you achieved such nice visuals with minimalist graphics! I found wall jumping to be quite hard, but other than that great game!
sjpau
Creator of
Recent community posts
Hi! I am having issues building my game for Windows at the moment, is it okay if I upload the build for Windows later? Here is my game.
Your logic makes sense and I probably should've written the game's logic like this, but the way it is implemented now * only looks for arrows that have their "back" to it when looking for a path. so if layout is like this: *>> it sees an available pass to the right but *^ cannot go up. I hope it makes sense lol :)
Hi! Thing is, you can only follow in the direction of an arrow. On the image there is no path since the arrow above * is > so it point right (should point up to become a valid path), and arrow on the right side is < and points left.I should have added more visual indications to show how exactly the path is traversed but here is the hint for this level: any glyph can be reversed.