https://github.com/okisdev/maze-generation-algorithm
https://github.com/okisdev/maze-generation-algorithm
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/okisdev/maze-generation-algorithm
- Owner: okisdev
- License: mit
- Created: 2023-07-01T04:33:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T10:08:38.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T18:53:36.260Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maze Generation Algorithms
## Description
This project is a collection of maze generation algorithms implemented in Python. The algorithms are:
- [Depth-First Search (Recursive Backtracker)](https://en.wikipedia.org/wiki/Maze_generation_algorithm#Randomized_depth-first_search)
- [Prim's]() (TBW)
- [Recursive Division](https://en.wikipedia.org/wiki/Maze_generation_algorithm#Recursive_division_method) (TBW)
## Reference
- https://emmilco.github.io/path_finder/
## LICENSE
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.