3-8: Line Follower simulation
3-8: Line Follower simulation
Press spacebar to get to tight corner backdrop.
Hint: See spicy handout.
Use one nested If-Else, so that only one condition is tested each time through the loop.
DIRECTIONS: Green Flag to start. Change the backdrop by pressing spacebar.
This is a Simulation. Cat always finds black line and then follows it. Amazing!
Boolean: TRUE or FALSE represented in binary as 1 or 0
Condition: evaluates to TRUE or FALSE
Conditional Statement: a statement that will only run when the condition evaluates to TRUE
Computer Simulation: using a computer to model the behavior of a system.