PYJS123 / Maze-Generator

A maze generator in p5.js using the depth-first-search-recursive-backtracker algorithm.

Home Page:https://pyjs123.github.io/Maze-Generator/Code/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maze-Generator

A maze generator in p5.js using the depth-first-search-recursive-backtracker algorithm.

Some example results, respectively on a 10x10, 20x20 and 30x30 grid:

Here is a GIF I managed to make of it solving (now working!😊):

View on P5 web editor: https://editor.p5js.org/bibi.abrah/sketches/PXJaakp70

Inspired by a video on the same algorithm by a YouTube channel called The Coding Train. (Coding Challenge 10)

POSSIBLY COMING SOON: Maze solver?

About

A maze generator in p5.js using the depth-first-search-recursive-backtracker algorithm.

https://pyjs123.github.io/Maze-Generator/Code/


Languages

Language:JavaScript 81.0%Language:HTML 17.1%Language:CSS 1.9%