Maze solving with Tiny:bit is the process of programming the Tiny:bit robot to find the way out of a maze by following a black line on a white surface. The Tiny:bit uses infrared sensors at the bottom to detect the line’s position. If the line goes straight, the robot moves forward; if the line turns, the robot follows the turn; and if it reaches a dead end, the robot can be programmed to turn back or look for another path. With this simple principle, Tiny:bit can act as a maze-solving robot.