Difference between revisions of "Activities/Turtle Art/Tutorials/You be the Turtle"

From Sugar Labs
Jump to navigation Jump to search
(New page)
 
(Migrate to GitHub)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Long before children can use written language or a computer keyboard, they can do Turtle Art in the classroom on an open expanse of carpet, with a set of colored ribbons and tacks or masking tape. One child is the turtle, others fix the ribbons in place, and someone gives directions. Initially, this would be the teacher, but soon the children will want to take over. The Turtle on one run should be given the opportunity to be the direction-giver.
+
== Turtle Art/Tutorials/You be the Turtle ==
  
Start simply with Forward [number of steps], Right 90, Left 90. You can draw a surprising variety of patterns with just these. Gradually add commands, such as Back, Pen Up and Pen Down, SetColor (change ribbon), Repeat (have one child keep the count), Right/Left 45/60/120/135, Store Value in Box (have a student keep track of that value), and whatever else the children show readiness for.
+
Read at https://help.sugarlabs.org/turtleart_tutorials/you_be_the_turtle.html
  
Children can start by giving any sequence of directions they like, but after a while, they should be challenged to make particular patterns and to generalize. Can you make a polygon of any number of sides? How do you express the angles? Can you make star shapes? Can you invent directions? How can a child walk in an accurate circle? (Hint: Euclid) How about a quarter circle?
+
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/turtleart_tutorials/you_be_the_turtle.rst GitHub]
 
 
At this point, we are in a research project, specifically Seymour Papert's project from the 1960s, which asks whether we can make it as natural for children to learn math as language. You be the Turtle has not been done enough to know what preschool children can understand immediately, what they need hints for, what they have to be shown, and how far they can go. We do not know what levels of art or programming or math they can achieve in Turtle Art or otherwise. We do know that it is more than they have been supported in doing so far.
 

Latest revision as of 10:06, 28 July 2018

Turtle Art/Tutorials/You be the Turtle

Read at https://help.sugarlabs.org/turtleart_tutorials/you_be_the_turtle.html

The source file has been moved to GitHub