Generates and solves random mazes using a depth first search. See it running live at codecation.github.io.
Grab the code:
$ git clone https://github.com/codecation/maize.git
$ cd maize
Compile it:
$ lein compile
And take a peek:
$ open site/index.html
Please see the Contributing Document
Copyright (C) 2014 Ben Orenstein, Chris Hunt, MIT License