This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
TyDoesMC's profile picture

Turtle Dance

Started by TyDoesMC, 31 July 2013 - 02:10 AM
TyDoesMC #1
Posted 31 July 2013 - 04:10 AM
Dance:


while true do
turtle.turnRight()
turtle.turnLeft()
turtle.turnLeft()
turtle.turnRight()
turtle.up()
turtle.down()
term.clear()
term.setCursorPos(1, 1)
end
Lyqyd #2
Posted 31 July 2013 - 12:29 PM
Keep it clean.
TyDoesMC #3
Posted 31 July 2013 - 01:47 PM
Ok Sorry Admin :P/>
TheThirdPerson #4
Posted 07 August 2013 - 12:06 PM
What is so dirty about a dancin' program?