
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
Turtle Academy Turtle Academy makes it surprisingly easy to start creating amazing shapes using the LOGO language Start to learn coding Here are some examples for easy and fun …
Turtle Academy - Lessons
Turtle Academy Lessons Programs Playground Challenges News Login Register English
Turtle Academy - Lessons
In the lesson 'The turtle is learning we have define a procedure called 'dashline' like this . to dashline repeat 5 [setwidth 1 fd 10 setwidth 3 fd 10] end. Here the PROCNAME part is …
Turtle Academy - Lessons
With those commands you can use the turtle to draw beautiful shapes. You type in the Logo commands in the box below the drawing box which is also known as the command box.
Turtle Academy - Lessons
To draw this octagon we need to tell the turtle to turn in an angle that is half the size of the square's angle. Draw an octagon. Each edge (line) of the octagon should be 70 points long. …
Turtle Academy - Lessons
We already know that in order to do a full circle the turtle should turn 360 degrees. In this lesson we will draw some polygons for fun. Feel free to use cs to clear the screen in any step you like. …
Turtle Academy - Lessons
That's a really nice shape can be created by the following command. for [i 0 420] [seth :i repeat :i [fd 2 rt 1] pu home pd] The command being studied before , command being studied in the …
Turtle Academy - Lessons
You might want to draw the same square again, therefore you can teach the turtle what is your favorite square. Ask the turtle to learn how to draw a square like the one you drew before.
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