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

https://github.com/edmundkorley/mazes

Visually exploring maze generation algorithms
https://github.com/edmundkorley/mazes

backtracking depth-first-search kruskal

Last synced: 6 months ago
JSON representation

Visually exploring maze generation algorithms

Awesome Lists containing this project

README

          

# Maze Generation Algorithms

- [X] Depth First Search + Backtracking
- [X] Randomized Kruskal's Algorithm
- [ ] Randomized Prim's Algorithm
- [ ] Recursive Division Method
- [ ] Cellular Automaton

![A maze generated with Krusal's algorithm](KrusalGeneratedMaze.gif)

_A maze generated with a randomized version of Krusal's algorithm._