No description
Find a file
Víctor Martínez 0a702a2ba7
Update README.md
2020-04-07 03:56:21 +02:00
libraries first commit 2020-04-07 03:41:56 +02:00
src colors changed 2020-04-07 03:48:44 +02:00
README.md Update README.md 2020-04-07 03:56:21 +02:00

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