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