Little Turtle Cheatsheet (Extended)
CommandExampleDescription
MM 2move forward ? steps
BB 128Point in direction ?
XYXY -5 5move to coordinates
CFCF 20draw full circle of radius ? pixels
CHCH 20draw half circle of raidus ? pixels
UUpen up (stop drawing)
DDpen down (start drawing)
CC 3pen color (1-6)
SS 2pen size (1-9)
HH center the turtle in the drawing area
point in direction 0
  
#Pen Color
1image missing black
2image missing white
3image missing red
4image missing green
5image missing blue
6image missing yellow
  
#Pen Size
1
2
3
4
5
6
7
8
9
  
Bearing Angle
image missing
Coordinates
image missing