Rust library for generating mazes using different algorithms
Find a file
2024-10-13 20:13:13 +02:00
.github/workflows separate github action jobs into pre-commit and build 2022-03-20 14:37:06 +01:00
examples reformat with rustfmt 2022-03-20 14:22:01 +01:00
src Fix ellers last line 2023-08-12 21:00:02 +02:00
.gitignore implement recursive backtracking 2020-08-18 11:09:17 +02:00
.pre-commit-config.yaml setup pre-commit 2022-03-20 14:24:06 +01:00
Cargo.toml (cargo-release) start next development iteration 2.0.1-next 2022-03-20 14:59:12 +01:00
LICENSE Initial commit 2020-08-17 22:00:02 +02:00
README.md setup pre-commit 2022-03-20 14:24:06 +01:00
release.toml update release message for next release 2022-03-20 14:58:23 +01:00
renovate.json update renovate config 2024-10-13 20:13:13 +02:00

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.