Guest User

Untitled

a guest
Jun 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. func collectGemTurnAround(){
  2. moveForward()
  3. moveForward()
  4. collectGem()
  5. turnRight()
  6. turnRight()
  7. moveForward()
  8. moveForward()
  9. }
  10.  
  11. func solveRow(){
  12. collectGemTurnAround()
  13. collectGemTurnAround()
  14. }
  15.  
  16. func conectSolverow(){
  17. turnRight()
  18. moveForward()
  19. turnLeft()
  20. }
  21.  
  22. solveRow()
  23. conectSolverow()
  24. solveRow()
  25. conectSolverow()
  26. solveRow()
Add Comment
Please, Sign In to add comment