Skip to content

bhatakti-atama/maze_solver_bot_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

maze_solver_bot_simulation

Made as a sim tool for development of maze solving robots. Main purpose was to seperate development of hardware and software of maze solving bots. Solver currently uses the left wall following method and finds the optimum path using a stack.

maze sim

Requirements :

Possible Improvements :

  • Only Perfect mazes are generated needs small modifications to generate ono perfect mazes
  • Visulization of the optimized path