maze-generator.js/README.md
Víctor Martínez 0a702a2ba7
Update README.md
2020-04-07 03:56:21 +02:00

323 B

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