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
- Host: GitHub
- URL: https://github.com/jasterv/maze-generation-visualization
- Owner: JasterV
- Created: 2020-04-07T01:43:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T15:36:34.000Z (about 6 years ago)
- Last Synced: 2025-03-07T21:32:57.267Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 771 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

### Current version:
