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: Tiles 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!
|
Note: Though it may not look that way,
the sample maze shown above CAN be solved using only right turns!
Not sure how? Give this challenge a try, and see what happens!
And remember to stay patient for your robot.
Each time the robot decides that there is NO wall or object in front of it, it will have to travel distance that is equivalent to one maze tile.