Skip to content

henrygoodman/maze-solver-dfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maze-solver-dfs

https://mazesolverdfs.herokuapp.com

Maze solver using dfs algorithm visualization

How to run:

  • clone repo
  • npm install
  • npm start

default running on localhost:3000

Current version:

Maze Generation Code from Chirp Internet: chirpinternet.eu

  • Uses randomly generated maze of dimension (width, height) inputted by user
  • Using DFS algorithm (optimizations to be made in future) to find path from start (bottom gap) to end (door at top)
  • Maze generation only creates one route from path to end for us to find.

About

Maze solver using dfs algorithm visualization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published