Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llapuras/maze-algo
A collection of maze generation algorithm.
https://github.com/llapuras/maze-algo
Last synced: 7 days ago
JSON representation
A collection of maze generation algorithm.
- Host: GitHub
- URL: https://github.com/llapuras/maze-algo
- Owner: llapuras
- Created: 2024-05-31T20:42:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T00:03:26.000Z (8 months ago)
- Last Synced: 2024-11-11T15:17:07.952Z (2 months ago)
- Size: 377 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze Algo
A collection of maze generation algorithm (Houdini .ver).
### Depth-First Search
![](MazeFirstDepth/maze_first_depth_2.gif)
![](MazeFirstDepth/maze_first_depth.gif)
### Prim's Algorithm
![](MazePrim/algo_prim.gif)