No description
Find a file
2020-04-07 15:04:45 +02:00
libraries first commit 2020-04-07 03:41:56 +02:00
src pop color changed to pink 2020-04-07 15:04:45 +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