“So incredibly important to start our youngest learners on a path to coding literacy - this program is engaging and effective.” ~ Eileen H.
Welcome to Turtle Tuesdays!
Turtle Tuesdays offers fun programming challenges for Logo and (sometimes) Pro-Bot, InO-Bot, and Kinderlogo users. These challenges are also posted every Tuesday on Facebook and Instagram. All the challenges are archived here, with links and solutions in the sidebar. Easier designs await younger learners, while older students can tackle more difficult challenges. All students will enjoy creating code that makes their project special to them as they explore new commands. Encourage students to work collaboratively on projects.
If you don’t already have Logo, get the 14-day Free Trial and start coding!
September Challenges Offer Fun with Circles!
There are so many things you can do with circles. We’ll explore some of them this month.
If you aren’t familiar with some of these commands, look them up in the Logo Learning Center.
Challenge No. 142 - September 16, 2025
for Logo users; Kinderlogo and Pro-Bot users can do varations on this design.
Can you make these circles?
You can create your circles using REPEAT
or the STAMPOVAL
command.
See if you can do both!
Challenge No. 141 - September 9, 2025
for Logo, Pro-Bot, and InO-Bot users
How does a circle become a circle?
Start by drawing a triangle, then a square, then a pentagon, then a hexagon, etc.
How many “sides” does a shape need to have before it starts to look like a circle?
How does the length of each FORWARD
command need to change?
Challenge No. 140 - September 2, 2025
for Logo users
Can you use multiple turtles and REPEAT
to draw this design?
Use CTURTLES
to put the turtles in a circle. Use STAMP
to place the turtle’s image where it is.