Arduino nano based micro-mouse
-
Updated
Jan 3, 2025 - C++
A maze is a type of puzzle involving a collection of paths, usually where a player has to find a route from start to finish.
A huge variety of algorithms exist for generating and solving mazes. These are not only fun to implement, but also are a good way to familiarise yourself with programming techniques, algorithms, and languages.
Arduino nano based micro-mouse
C++ 课程设计项目,基于 Qt 制作的一个简单的走迷宫小游戏。
A* Pathfinding C++ providing many additional features
Sparkle Robot, a versatile robotic platform powered by Arduino to fulfill the EN2533: Robot Design and Competition tasks
Autonomous Micromouse robot with real-time maze solving, PID control, and encoder-based navigation.
This is a maze solving code using arduino uno microprocessor. It use potential field algorithm as the main algorithm. There are many command on every subroutine so that you might get insight on my code.
A maze generator and solver written in C++
maze solution