/mazes

Playground for Clojure maze generation algorithms.

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

mazes

A playground for maze algorithm experimentation. Beginning with exercises from Jamis Buck's book Mazes for Programmers.

Usage

To run tests, lein test or lein test-refresh. You may wish to alter the :test-refresh settings in project.clj.

To run the demo webapp, lein figwheel and then load localhost:3447 as usual.