rmaze is a web service that generates random mazes, and then solves them. "Why would you do this?", you might ask. The answer: for fun!
The easiest way to run this locally is with Leiningen:
lein deps
lein ring server
There's a demo running here.
Copyright © 2012 Josh Fleming
Distributed under the Eclipse Public License, the same as Clojure.