Play Maze Generator
Maze Generator (jam version)'s itch.io pageResults
Criteria | Rank | Score* | Raw Score |
How nice it is to use | #14 | 3.667 | 3.667 |
How much I could potentially use it in the future | #15 | 3.111 | 3.111 |
Overall | #15 | 3.259 | 3.259 |
How innovative or original it is | #20 | 3.000 | 3.000 |
Ranked from 9 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
Pretty good maze generator. The ability to select the maze type is nice, and I was able to make some pretty good sprawling mazes out of it. Sometimes the path did seem a little straightforward, but a few generations later and you’re bound to come up with something decent.
Nice job!
I like the idea, I think there is a problem with the algorithm that if you are in the maze you will always follow the yellow path. I cannot see other paths that can make the "player" out of the main path.
In this example you can make few choices to make a mistake (green arrows), all red arrows are choices where the player goes back soon.
I think I get what you're trying to say. The maze is basically a one-way path.
A game that has more than one way to beat the game is pretty fun and gives challenges. While a game with only one right path is the same as following orders.
Yes, the algorythm could be improved for sure. Anyway the green arrows in your image present paths that branch too and the player must navigate these too in order to find the exit. He has no clear vision of the end when, for example, this maze is used in a fps game.
Anyway, thanks for your suggestion, really appreciated!