A Micromouse simulator: write and test maze-solving code without a physical robot
-
Updated
Nov 14, 2024 - C++
A Micromouse simulator: write and test maze-solving code without a physical robot
This is a program to drive a robot through a maze using Depth First Search as it's path-planning algorithm. The program is interfaced with Micromouse simulator for visualizing the maze and the robot in real-time.The concepts of object-oriented programming, inheritance, and dynamic polymorphism were used to develop this project.
Micromouse Simulator and Maze solver
This is a simulation for test the Micromouse maze solving algorithms. Using this simulation user can upload any maze and test the maze algorithm.
Micromouse maze solving simulator using FLTK, C, C++ on a Ubuntu Linux platform.
Add a description, image, and links to the micromouse-simulator topic page so that developers can more easily learn about it.
To associate your repository with the micromouse-simulator topic, visit your repo's landing page and select "manage topics."