Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i=1,17 do
- print("Turning Left")
- turtle.turnLeft()
- print("Digging")
- turtle.dig()
- print("Turning Right")
- turtle.turnRight()
- print("Digging")
- turtle.dig()
- print("Going Forward")
- turtle.forward()
- end
- print("Turning Left")
- turtle.turnLeft()
- print("Digging")
- turtle.dig()
- print("Turning Left")
- turtle.turnleft()
- print("Going Forward")
- turtle.forward()
- print("Turning Left")
- turtle.turnleft()
Advertisement
Add Comment
Please, Sign In to add comment