Ah maze generation. I remember doing this back in my Uni days in Java. Its interesting to see some other implementations of the maze generation itself though. I think I only implemented Kruskal’s algorithm... two different ways, one poorly and the other somewhat better. That said my implementation was faster then most of the other ones in the class. I even gave it a nice GUI.<p>I even got bored one evening and ported it to my J2ME phone which impressed most of the people in my class. For those interested here is the code,<p><a href="http://www.boyter.org/0/code/maze/Maze.zip" rel="nofollow">http://www.boyter.org/0/code/maze/Maze.zip</a>
<a href="http://www.boyter.org/0/code/phonemaze/Phonemaze.zip" rel="nofollow">http://www.boyter.org/0/code/phonemaze/Phonemaze.zip</a>