- Recursive backtracker (so-called perfect maze creation algorithm) maze generator based on the
window.innerWidth
andwindow.innerHeight
. - Tremaux maze solver.
- All written in CoffeeScript because there is never enough coffee.
Just open index.html
.
When in the project root folder type:
coffee -m -w -c -o lib/ coffee/
and refresh index.html
(CTRL+R is good to remove cached content).
Think Labyrinth describing variation of maze solvers and generators