Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 341 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 341 Bytes

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.