This repository contains the source code of a web page that can generate and solve mazes using several algorithms. You can also move the start and the finish points.
The web page is online at the address : maze-solver-gamma.vercel.app.
- You can choose the path finding algorithm of the maze solver :
-
You can move the start and the finish points :
-
you are able to generate a maze with
DFSalgorithm: -
The
Clearbutton allows you to clear the grid and theStartbutton runs the pathfinding algorithm
- Randomized Depth-First :
- Breadth-First (Slow but gives the shortest path) :
- A* (Fast and gives the shortest path) :







