Update README.md

This commit is contained in:
JasterV 2026-03-08 18:38:05 +01:00
parent 702df49c3b
commit 41dd4c645d

View file

@ -1,11 +1,11 @@
# 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)
# Implementation of depth-first search algorithm for maze generation
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)