Draw your own pattern. Write turtle commands or load an example, then press Run. Pick an example to load into the editors.
Pick an example
Program Editor

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.