Skip to content

HamedOsama/Maze-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze solver

Language Open Source


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.



Summary


Features

  • 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 DFS algorithm:

  • The Clear button allows you to clear the grid and the Start button runs the pathfinding algorithm


Maze generation algorithm

  • Randomized Depth-First :

   


Path finding algorithms

  • Breadth-First (Slow but gives the shortest path) :

   

  • A* (Fast and gives the shortest path) :

   


About

An interactive online maze generator and solver able to use several different algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors