maze-generator.js/README.md
Víctor Martínez 702df49c3b
Update README.md
2020-05-05 17:36:33 +02:00

463 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.

First version:

Algorithm visualization

Current version:

Algorithm visualization