How do we Get back up?

Rinse and Repeat

Using the moveDown procedure we built together - see if you can build a moveUp procedure that would move the boat from 1,4 to 1,0 (back up to the top)

When A Pressed
    moveDown
    moveUp

So know your boat is moving down and up - but it still isn't crossing the entire grid. So use the repeat block and get the boat to move across all 5 columns

Final Functionality: how can this be adjusted to work with a larger grid?

Print a final copy of your code and add it to your envelope

Last updated