Utilities to generate, render and hack with any sort of mazes
npm install mazes101Utilities to generate, render and hack with any sort of mazes.
``sh``
npm i mazes101 --save
The project is still under development and therefore contributions are welcomed here is the Status of the project:
- [ ] Boards
* [x] Rectangular Board
* [x] Weave Board
* [x] Circular Board
* [ ] Triangular Board
* [ ] Hexagonal Board
- [x] Generators
* [x] Aldous Broder
* [x] Backtrack
* [x] Eller
* [x] Kruskal
* [x] Prim
* [x] Sidewinder
* [x] Wilson
- [x] Renderers
* [x] SVG
* [x] Canvas
I'm also thinking to port the code base to other languages, current Python & Dart are in my wishlist so any contributions to porting are also welcomed.