mirror of
https://codeberg.org/JasterV/maze-generator.js.git
synced 2026-04-26 18:20:04 +00:00
11 lines
452 B
Markdown
11 lines
452 B
Markdown
# 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:
|
|
|
|

|
|
|
|
### Current version:
|
|
|
|

|