Learn how to move a robot from one place to another, through the use of sequential and looped programming.
ALL students will: Program the robot to successfully get to the end of the maze.
MOST students will: Program the robot to visit two letters/numbers, and then to the end of the maze
SOME students may: Program the robot to visit two letters/numbers, and then to the end of the maze, using loops to reduce the lines of code used.
Open Safari (if you are a Mac user)
Head over to https://vr.vex.com/ and select the 'wall maze' playground
Set your motors velocity to 100%
Developing:
Make to the finish line
Approaching:
Make it to the finish line, touching 2 letters/numbers before you get there
Proficient:
Make it to the finish line, using loops to make your code more efficient
Exemplary:
Make it to the finish line, touching 2 letters/numbers before you get there
Use at least 3 loops to make your code more efficient
No touching the barrier
Try using sensors so the robot turns left/right when it sees a wall.
Make sure you have the following:
A screencast of your robot completing the maze
Make sure your video is shared with me
Sentence explaining why the loops made your code more efficient
Suitable titles for your portfolio