Maze Solving
A maze solving robot is designed to find its way out of a maze using sensors and programmed logic. Built with MakeCode, it uses simple block-based coding to control motors and distance sensors (ultrasonic or infrared). The robot applies a basic algorithm such as wall following. For example, if a sensor detects a wall ahead, the robot stops and turns to an open path. Step by step, it navigates until it reaches the exit. Using MakeCode makes it easy to adjust the algorithm, add features like time tracking, or optimize the path. This project is a fun way to learn robotics, pathfinding, and visual programming.
