About 14,000 results
Open links in new tab
  1. 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

  2. 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 …

  3. Turtle Academy - Lessons

    Turtle Academy Lessons Programs Playground Challenges News Login Register English

  4. 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 …

  5. 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.

  6. 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. …

  7. 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. …

  8. 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 …

  9. 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.

  10. 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