FoonLudum Dare ExplorerLD35 → Shape maze

Shape maze

By firephoenix

View on Wayback Machine

CategoryRankScoreCount
Innovation7932.53
Graphics8582.13
Theme8952.27
Fun9072.12
Overall9232.35
Coolness197924

Comments

spotlightor 2016-04-18 09:34

Great work!

cynicalmonkey 2016-04-18 19:09

it may be too soon after The Witness for me to think about mazes again

undeadaubergine 2016-04-18 22:41

Maybe some mouse controls would make it funnier. However, it is fun!

neondx 2016-04-18 22:55

I would say to you implementing a path finding to know if the center is reachable (and then you could generate always a reachable level)

jessiexjquine 2016-04-19 01:34

Having only 4 cardinal directions on via keyboard controls, the diagonal mazes can get very frustrating and consist of lots of tedious (down, side, down, side, down, side) movement. Mouse controls, or...an on screen joystick?...or mostly square mazes would definitely help. Still the generated mazes themselves look really cool, and the color scheme is simple but it works, and nice use of the theme!

faedine 2016-04-22 03:09

I think tweaking the level generation so it's less likely to get unwinnable levels (I had to regenerate a lot of levels 2 or 3 times).

Mouse movement may have helped as the levels had some weird angles. I played it for a few minutes and got to about 12 sides. It looks like more interesting patterns emerge later on though. Bigger increments (instead of 6, 7, 8, 9.. 6, 8, 11, 15, etc.) may have made it a bit more interesting earlier.

Cool submission.

firephoenix 2016-04-25 02:09

I tried to make mouse controls, but for some weird reason the code just wouldn't work, so I ended up having to use the keyboard. If I had more time, I would probably make use of the mouse.

I also tried everything to make a solver so that there is no regenerate button, but that didn't work out either.

Thanks for all the feedback!

mountainstorm 2016-04-25 15:42

Really nice idea, very frustrating [in a good way] and lovely clean graphics

phocker 2016-04-28 04:55

movement not accurate enough for this maze game - nice effort

leo_p_mahon 2016-05-02 16:41

Simple and fun. Could do with checking the level is winnable first though! Maybe write an AI to play it and run it through the maze before its presented to the user. I love a bit of procedural generation though!

justacookie 2016-05-02 19:09

The Mazes are nicely generated and it wasnt easy to find the right way, especially because the green/black color made it hard for my eyes to not get confused. I had fun finding the correct route through the maze, but then actually getting there was a pain when moving diagonally, i had to start over a dozen times. But for anyone that enjoys solving mazes, this is a fun game, thank you for making this :)