SHOW:
|
|
- or go back to the newest paste.
| 1 | for i=1,17 do | |
| 2 | - | print("Turning Left")
|
| 2 | + | print ("Loop: "+i)
|
| 3 | turtle.turnLeft() | |
| 4 | - | print("Digging")
|
| 4 | + | |
| 5 | turtle.turnRight() | |
| 6 | - | print("Turning Right")
|
| 6 | + | |
| 7 | turtle.forward() | |
| 8 | - | print("Digging")
|
| 8 | + | |
| 9 | print ("ending Row")
| |
| 10 | - | print("Going Forward")
|
| 10 | + | |
| 11 | turtle.dig() | |
| 12 | turtle.turnLeft() | |
| 13 | - | print("Turning Left")
|
| 13 | + | |
| 14 | turtle.turnLeft() |