Your turtle starts in the center of the canvas, facing up. Logo commands tell it how to move and turn.
forward moves it ahead; fd is the shortcut. right turns it clockwise; rt is the shortcut. The diagrams below show both ideas.
In these first problems, use to watch each short program.
fd forwardThe number is how many steps to walk in the direction the turtle is facing.
rt right turnTurns are measured in degrees clockwise. A square corner is 90°.