Skip to content

cneil89/maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maze-solver

Maze Solver... Guided project on boot.dev

Ideas for extending the project

  • Add other solving algorithms, like breadth first search or A*
  • Make the visuals prettier, change the colors, etc
  • Mess with the animation settings to make it faster/slower. Maybe make backtracking slow and blazing new paths faster?
  • Add configurations in the app itself using Tkinter buttons and inputs to allow users to change maze size, speed, etc
  • Make much larger mazes to solve
  • Make it a game where there use chooses directions
  • If you made it a game, allow the user to race an algorithm
  • Make it 3 dimensional
  • Time the various algorithms, see which ones are fastest

About

Maze Solver... Guided project on boot.dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages