Activities/Turtle Art/Manual: Difference between revisions
No edit summary |
|||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Merge|Activities/Turtle Art/Manual 2|discussion=Talk:Activities/Turtle Art/Manual_2}} | |||
= Play with Turtle Art = | = Play with Turtle Art = | ||
Line 15: | Line 16: | ||
You learn to predict what each instruction will cause the turtle to create with line art. It helps you detect patterns, understand the repetition of instructions, and understand following instructions only when a certain condition is met, which is important in computer programming, mathematics, and science. | You learn to predict what each instruction will cause the turtle to create with line art. It helps you detect patterns, understand the repetition of instructions, and understand following instructions only when a certain condition is met, which is important in computer programming, mathematics, and science. | ||
== Getting | == Getting started == | ||
Turtle Art allows you to create drawings using the Logo programming language. You can see what programmers do to make programs by giving the turtle programming commands. | Turtle Art allows you to create drawings using the Logo programming language. You can see what programmers do to make programs by giving the turtle programming commands. | ||
Line 21: | Line 22: | ||
[[File:5556.png|200px|thumb|right|Open Screen]] | [[File:5556.png|200px|thumb|right|Open Screen]] | ||
== Commands for the | == Commands for the turtle == | ||
Some basic commands you can give your turtle on the | Some basic commands you can give your turtle on the Turtle Tab are : | ||
* Clean: Clears the screen of all pictures and returns the turtle to the center. | * Clean: Clears the screen of all pictures and returns the turtle to the center. |