Here is the first real maze produced by my new Java code. It’s not a great maze (there are better algorithms), but I learned a lot from doing it.

Here is the first real maze produced by my new Java code. It’s not a great maze (there are better algorithms), but I learned a lot from doing it.

Amazing! But you left out the entrance and the exit.
LikeLike
If it were a maze to print out and solve, you’d need those. If it’s a maze to be used in a computer game, you might have ladders or staircases at various spots within the maze itself.
LikeLike
Is the maze random, or quasi-random?
Interesting, if so.
LikeLike
It’s random, more or less.
LikeLike