Advertisement
guerre10

Spiral

Aug 10th, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. max=3
  2. for j=1, 5
  3. for i=1, 2 do
  4. for z= 1, max do
  5. turtle.placeDown()
  6. turtle.forward()
  7. end
  8. turtle.turnRight()
  9. end
  10. max= max *2
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement