Trace Mode
Trace the outline
Study the glowing outline, then write turtle commands to match it.
Round
1/10
Score
0
Difficulty: —
Points: —
Coverage: 0%
Follow the glowing outline by writing turtle commands.
Draw Mode gives you a blank grid. Use the examples on the right or freestyle to invent your own patterns.
Trace Controls
Advance to another outline once you are ready.
Draw Examples
Pick an example to load into the editors.
Drag blocks below or click buttons to add commands to your program.
Drag blocks here to build your program.
Commands cheatsheet
penup/pendown— lift or lower the pen.forward <steps>— move in the current heading.left/right <angle>— rotate the turtle.setxy <x> <y>— jump directly to a coordinate.repeat <n> [ ... ]— loop the commands inside the brackets.