Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ Taneczny program
- Spraw, aby żółw poruszał się]]
- print('www.roboratorium.pl')
- -- Zółw zaczyna tańczyć
- turtle.back()
- turtle.back()
- turtle.forward()
- turtle.forward()
- turtle.turnRight()
- turtle.turnRight()
- turtle.turnLeft()
- turtle.turnLeft()
- turtle.forward()
- turtle.back()
- turtle.back()
- turtle.forward()
- turtle.turnLeft()
- turtle.turnLeft()
- turtle.turnRight()
- turtle.turnRight()
- turtle.back()
- turtle.forward()
- turtle.turnRight()
- turtle.turnLeft()
- turtle.back()
- turtle.back()
- turtle.forward()
- turtle.forward()
- -- Zółw obraca się
- for i = 1, 5 do
- turtle.forward()
- turtle.back()
- end
- turtle.up()
- turtle.down()
- print('Zmęczyłem się.')
- print('Żart :-)')
Advertisement
Add Comment
Please, Sign In to add comment