Skip to content

Instantly share code, notes, and snippets.

@Mumberthrax
Forked from anonymous/turtlespin
Last active December 19, 2015 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mumberthrax/5896794 to your computer and use it in GitHub Desktop.
Save Mumberthrax/5896794 to your computer and use it in GitHub Desktop.
-- script to spin turtle around
-- revised - now turtle spins the other way too!
for i= 1,64 do
turtle.turnRight()
end
for i= 1,64 do
turtle.turnLeft()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment