Smarter Maze Solver
The program shown in the video above is in its simplest form, so the robot's performance is very limited. Change your code to add new, useful features! Try it!Enhance your program by adding the following features:
Now you can tell when your robot sees an object/wall by observing the color of its LEDs. Additionally, if the robot gets stuck, it will eventually stop since it is programmed to make 10 moves. |
Mini Challenge 1: Tiled Maze
The program shown in the video above is in its simplest form, so the robot's performance is very limited. Change your code to add new, useful features!
|
Each time the robot decides that there is NO wall or object in front of it, it will have to travel a distance that is equivalent to one maze tile.