1
0
Fork
You've already forked maze_generator
0
[Mirror of https://git.lly.sh/ftsell/maze_generator] Rust library for generating mazes using different algorithms
  • Rust 100%
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.