Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages