Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)