Project 25: Give Robby Directions

Project: Robby wants to go a certain location.  You need to determine the of directions using turnLeft() and move() that will get Robby there.

Robby always starts at the origin (0, 0) facing East.  

For example, if Robby needs to go to (1, 1) your directions could be:

move()

turnLeft()

move()

Note: There is more than 1 way to get Robby to a particular location.

Note: Be careful not to double-click when clicking 'execute'.

Note: If your code works for 5 test cases in a row, you can enter your e-mail address.