Update README.md

This commit is contained in:
Víctor Martínez 2020-04-07 03:56:21 +02:00 committed by GitHub
parent 6331133f90
commit 0a702a2ba7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1,5 @@
hi! # 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.
![Algorithm visualization](https://media.giphy.com/media/JrSZtza0qmRFSEZ9mj/giphy.gif)