Crates.io | maze_generator |
lib.rs | maze_generator |
version | 2.0.0 |
source | src |
created_at | 2020-08-18 12:58:45.760243 |
updated_at | 2022-03-20 13:54:37.007149 |
description | A library of different maze generation algorithms. |
homepage | |
repository | https://github.com/ftsell/maze_generator.git |
max_upload_size | |
id | 277855 |
size | 77,466 |
A library of different maze generation algorithms.
Explore the docs »
Report Bug
·
Request Feature
·
Send a Pull Request
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.
See the crate documentation for examples.
See the open issues for a list of proposed features (and known issues).
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.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.