Skip to content

This mazebot, designed for square mazes, implements the A* search algorithm to intelligently determine the optimal path toward the goal position, given a starting point. The start and goal positions set for the maze may be anywhere in the field. The mazebot will indicate if a solution cannot be found after exploring all possible paths.

Notifications You must be signed in to change notification settings

patrickjamesmarcellana/Mazebot-Using-A-Star-Search-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mazebot-Using-A-Star-Search-Algorithm

This mazebot, designed for square mazes, implements the A* search algorithm to intelligently determine the optimal path toward the goal position, given a starting point. The start and goal positions set for the maze may be anywhere in the field. The mazebot will indicate if a solution cannot be found after exploring all possible paths.

About

This mazebot, designed for square mazes, implements the A* search algorithm to intelligently determine the optimal path toward the goal position, given a starting point. The start and goal positions set for the maze may be anywhere in the field. The mazebot will indicate if a solution cannot be found after exploring all possible paths.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages