An open API service indexing awesome lists of open source software.

https://github.com/okisdev/maze-generation-algorithm


https://github.com/okisdev/maze-generation-algorithm

Last synced: about 2 months ago
JSON representation

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.