Maze Generator Source Released
I had quite a few people ask me via email and a few people in the comments to release the code for the maze generator: well I'm doing that. Its really not much but it includes a class to integrate it into B. Korsmit's A* library. There's also some items in the docs/TODO file if you're interested in doing some additions to it (I would like that very much). Note that this code only generates the maze structure and does not do any of the drawing in the example I've posted previously.
If you use GIT, you can can clone the repository:
git clone git://github.com/paulcoyle/mazegenerator.git
Or you can visit the github project page and download a ZIP or a tarball from there.
Looking forward to your comments!