
Turtle Academy - Lessons
Hello, I am Logo, and I can help you make some awesome things happen. :) First let me show you around and explain: The box on the right is my drawing box. In the center of the drawing …
Turtle Academy
Turtle Academy Turtle Academy makes it surprisingly easy to start creating amazing shapes using the LOGO language
Playground - Turtle Academy
Execute statements without drawing but keeping track of turtle movements. When complete, fill the region traced by the turtle with fillcolor and outline the region with the current pen style
Turtle Academy - Lessons
© 2025 All Rights Reserved. Turtle Academy.Contacts Turtle support: Contact form Support
Turtle Academy - Lessons
Imagine that Logo's turtle, the one we have gotten to know in the past lesson, is holding a pen in his hand while he's walking. He is using the pen to draw a line of his movement whenever he …
Turtle Academy - Lessons
Please draw a square 50 points in length using shorthand commands. You will draw the square by moving forward and then turning at a 90 degree angle (a "right angle") to the left. Draw the …
Turtle Academy - About
About the project The project contains a client side learning environment and a compiler for Logo. The project enables to learn the previously mentioned programming language, as well as …
Turtle Academy - Lessons
We most know a lot of LOGO programming so far , we know how to create shapes , and we also now how to set a background color. We will divide this lesson to few steps that will eventually …
Turtle Academy - Lessons
So far we have learned how to create a lot of amazing shapes using the Logo's turtle, but sometimes in order to make the shape more vivid we would like to add some background color …
Turtle Academy - Lessons
We can use the command we taught logo's turtle before in order to create a colorful square. Create a colorful square that is 50 points long using a loop and the turning right command.