1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-07-03 02:22:51 +00:00
2017-05-20 12:20:27 +02:00

7 lines
346 B
Plaintext

go is a program for Turtles, used to control the turtle without programming. It accepts one or more commands as a direction followed by a distance.
ex:
"go forward" moves the turtle 1 space forward.
"go forward 3" moves the turtle 3 spaces forward.
"go forward 3 up left 2" moves the turtle 3 spaces forward, 1 spaces up, then left 180 degrees.