codecation / maize

Random maze generator and solver
clojure-rica.github.io
MIT License
73 stars 5 forks source link

Set maze defaults outside search-maze #13

Open r00k opened 10 years ago

r00k commented 10 years ago

search-maze is somewhat cluttered with setting defaults. It might be nice to extract something like (defn build-maze [overrides] ...) that merges in defaults for us.

chrishunt commented 10 years ago

Pairs nicely with https://github.com/clojure-rica/maize/issues/14. This can be our Maze constructor.

r00k commented 10 years ago

Had the same idea.