Turtle Tuesdays Challenges for April 2024
Challenge No. 79 - April 2, 2024
for Logo, Pro-Bot, InO-Bot, and Kinderlogo users
Can you draw this design using REPEAT?
Challenge No. 80 - April 9, 2024
for Logo users
Can you draw this design using multiple turtles?
Hint: Start by using the CTURTLES command.
Challenge No. 81 - April 16, 2024
for Logo users, also for InO-Bot, Pro-Bot and Kinderlogo users, with some modifications
Can you draw these nested triangles?
Challenge No. 82 - April 23, 2024
for Logo users
Can you write a procedure to draw this design?
Your procedure could have two inputs so you can easily vary the result.
How does the distance change? How does the angle change?
Challenge No. 83 - April 30, 2024
for Logo users
Can you write a procedure to draw this design?
Hint: Try using STAMPOVAL like this:
(STAMPOVAL :SIZE :SIZE/2 "TRUE :ANGLE)