Terrapin Resources

Turtle Tuesdays Challenges for October 2025

Think Squares!

This month we will explore squares in all kinds of ways.

If you aren’t familiar with some of these commands, look them up in the Logo Learning Center.


Challenge No. 145 - October 7, 2025

for Logo users (Easier or Harder), and Pro-Bot, InO-Bot, and Kinderlogo users (Easier)

Can you create these designs?

The first uses REPEAT to draw a flag made of a line and a square.

The Harder version uses the flag and some additional REPEATs.


Challenge No. 146 - October 14, 2025

for Logo users, and for Pro-Bot, InO-Bot, and Kinderlogo users for the one turtle version

Ccan you make a set of 9 squares?

You can do it with just one turtle doing all the work, or with 9 turtles.

If you use 9 turtles, they each only have to draw one square!

You can draw a square using REPEAT or with the STAMPRECT command.