Skip to content

A simulation software that simulates a grid world to show the operation of maze solving using the Flood Fill algorithm

License

Notifications You must be signed in to change notification settings

PRO-GUNE/Micromouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Micromouse Simulation System

This is a grid world simulation of the micromouse maze solving robot

Algorithm 🧪

  • The Flood-Fill algorithm is used to perform the search run and discover the maze. This algorithm initializes the maze structure in memory and identifies the shortest possible path by traversing the maze
  • Maze Generator code uses a textual representation of the maze and generates the maze.

About

A simulation software that simulates a grid world to show the operation of maze solving using the Flood Fill algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages