mirror of
https://codeberg.org/JasterV/maze-generator.js.git
synced 2026-04-26 18:20:04 +00:00
Update README.md
This commit is contained in:
parent
702df49c3b
commit
41dd4c645d
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
|
@ -1,11 +1,11 @@
|
|||
# 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:
|
||||
|
||||

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

|
||||
# 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:
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in a new issue