Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Maze

This is a program, that can solve mazes using different algorithms. Currenly it supports BFS (Breadth first search), DFS (Depth firts search), and (kind of) quantum search (watch this: https://www.youtube.com/shorts/SCDQbju-D8o). Input your maze (with 2 as the goal, 1 the path, and 0 the walls), enter your entry point, and watch the magic happen!

#TODO:

  1. Maze generator
  2. Display website
  3. Shows algorithm working step-by-step

Heres a YT video demo: https://youtu.be/Ti46Gj0aatk

About

Multiple algorithms to solve mazes

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages