C++ 课程设计项目,基于 Qt 制作的一个简单的走迷宫小游戏。
-
Updated
Aug 27, 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.
C++ 课程设计项目,基于 Qt 制作的一个简单的走迷宫小游戏。
Autonomous Micromouse robot with real-time maze solving, PID control, and encoder-based navigation.
Arduino nano based micro-mouse
Sparkle Robot, a versatile robotic platform powered by Arduino to fulfill the EN2533: Robot Design and Competition tasks
A maze generator and solver written in C++
maze solution
A* Pathfinding C++ providing many additional features
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.