No description
Find a file
2026-03-08 18:38:05 +01:00
libraries first commit 2020-04-07 03:41:56 +02:00
src final version 2020-04-07 15:44:34 +02:00
README.md Update README.md 2026-03-08 18:38:05 +01:00

Implementation of depth-first search algorithm for maze generation

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