roboratorium

Untitled

Mar 25th, 2025 (edited)
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.70 KB | Gaming | 0 0
  1. --[[ Taneczny program
  2. Spraw, aby żółw poruszał się]]
  3.  
  4. print('www.roboratorium.pl')
  5.  
  6. -- Zółw zaczyna tańczyć
  7. turtle.back()
  8. turtle.back()
  9. turtle.forward()
  10. turtle.forward()
  11. turtle.turnRight()
  12. turtle.turnRight()
  13. turtle.turnLeft()
  14. turtle.turnLeft()
  15. turtle.forward()
  16. turtle.back()
  17. turtle.back()
  18. turtle.forward()
  19. turtle.turnLeft()
  20. turtle.turnLeft()
  21. turtle.turnRight()
  22. turtle.turnRight()
  23. turtle.back()
  24. turtle.forward()
  25. turtle.turnRight()
  26. turtle.turnLeft()
  27. turtle.back()
  28. turtle.back()
  29. turtle.forward()
  30. turtle.forward()
  31.  
  32. -- Zółw obraca się
  33. for i = 1, 5 do
  34.   turtle.forward()
  35.   turtle.back()
  36. end
  37.  
  38. turtle.up()
  39. turtle.down()
  40. print('Zmęczyłem się.')
  41. print('Żart :-)')
Tags: roboratorium
Advertisement
Add Comment
Please, Sign In to add comment