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

https://github.com/jasterv/maze-generation-visualization

IMPLEMENTATION OF DEPTH-FIRST SEARCH FOR MAZE GENERATION ALGORITHM
https://github.com/jasterv/maze-generation-visualization

Last synced: about 1 year ago
JSON representation

IMPLEMENTATION OF DEPTH-FIRST SEARCH FOR MAZE GENERATION ALGORITHM

Awesome Lists containing this project

README

          

# IMPLEMENTATION OF DEPTH-FIRST SEARCH FOR MAZE GENERATION ALGORITHM

On my way of learning javascript i've build a p5.js sketch that allows us to visualize how a maze is generated using an iterative Depth-first search algorithm.

### First version:

![Algorithm visualization](https://media.giphy.com/media/JrSZtza0qmRFSEZ9mj/giphy.gif)

### Current version:

![Algorithm visualization](https://media.giphy.com/media/RJzsArRS7e8WHpwu6i/giphy.gif)