#maze #generator #different #algorithm #generation #goal #collection

maze_generator

A library of different maze generation algorithms

10 releases (5 stable)

2.0.0 Mar 20, 2022
1.2.0 Mar 20, 2022
1.1.1 Sep 6, 2020
0.1.1 Aug 21, 2020

#2119 in Algorithms

Download history 424/week @ 2023-12-04 416/week @ 2023-12-11 103/week @ 2023-12-18 31/week @ 2023-12-25 7/week @ 2024-01-01 23/week @ 2024-01-08 113/week @ 2024-01-15 4/week @ 2024-01-22 7/week @ 2024-02-12 15/week @ 2024-02-19 44/week @ 2024-02-26 93/week @ 2024-03-04 62/week @ 2024-03-11 24/week @ 2024-03-18

223 downloads per month

MIT license

59KB
1K SLoC

Maze Generator

A library of different maze generation algorithms.
Explore the docs »

Report Bug · Request Feature · Send a Pull Request

About the Project

This is a collection of different maze generation algorithms. The project's main goal is to provide an easy-to-use API to different algorithms with different characteristics.

Usage

See the crate documentation for examples.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are extremely appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Dependencies

~3MB
~60K SLoC