I have been playing around, in an amateurish way, with is for years. The slight difference is that I wanted a maze that was random but consistent. If you return to a location it same as before. All you need to do is to seed the random number generator with the maze coordinate. What I did not expect is how pretty they look. Examples http://www.infinitemaze.com/2.html.
I have been playing around, in an amateurish way, with is for years. The slight difference is that I wanted a maze that was random but consistent. If you return to a location it same as before. All you need to do is to seed the random number generator with the maze coordinate. What I did not expect is how pretty they look. Examples http://www.infinitemaze.com/2.html.