Skip to content

Utilities to generate, render and hack with any sort of mazes.

License

Notifications You must be signed in to change notification settings

nmanumr/mazes101

Repository files navigation

Mazes101

Utilities to generate, render and hack with any sort of mazes.

See Docs

Installation

npm i mazes101 --save

Status

The project is still under development and therefore contributions are welcomed here is the Status of the project:

  • Boards
    • Rectangular Board
    • Weave Board
    • Circular Board
    • Triangular Board
    • Hexagonal Board
  • Generators
    • Aldous Broder
    • Backtrack
    • Eller
    • Kruskal
    • Prim
    • Sidewinder
    • Wilson
  • Renderers
    • SVG
    • Canvas

Contributions

If you feel something is missing or something can be done better feel free to open an issue or direct create a PR for that. Following this a basic overview of progress on this project. We can also pickup anything that is not implemented yet.

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.