← Back home

Trace Path Shapes

Use turtle-style commands to trace geometric and themed shapes round by round.

  • Logic
  • Hard
  • 5 min
  • 8-11

Round 1/10

Directional Tracing

Score 0

Difficulty: ...

Points: ...

Follow the light outline using turtle commands like forward, left, right, and repeat.

How to Play

How to Play

  1. Observe the glowing outline on the grid. This is the path you must replicate.
  2. Type turtle commands (forward, left/right, repeat, penup/pendown) into the console.
  3. Hit Run to trace the path. Compare your trail with the guide and adjust as needed.
  4. Use Show Answer to reveal the sample solution, then try to recreate it from memory or improve it with fewer steps.

Knowledge Background

This challenge fuses coordinate geometry, angle measurement, and algorithmic thinking. Learners decompose complex outlines into smaller segments, estimate distances with the -10 to 10 grid, and leverage loops for repeated motifs.

Why This Helps Kids

Students strengthen spatial reasoning, resilience, and debugging skills. Because the turtle follows instructions literally, players must attend to order, syntax, and precision—all essential for coding and for multi-step math proofs.

Extensions & Teacher Tips

  • Ask learners to predict how many degrees of turning each shape requires before running their code.
  • Encourage them to annotate their program with comments explaining each section.
  • Challenge advanced coders to design their own outline and swap with classmates.
  • Bridge to Trace Point Shapes for coordinate targets or Program Turtle Shapes for open-ended drawing.