Difference between revisions of "Activities/Turtle Art/Galleries"

From Sugar Labs
Jump to navigation Jump to search
Line 10: Line 10:
 
</gallery>
 
</gallery>
  
<gallery>
+
{{:Activities/Turtle Art/Gallery}}
File:TA-sample1.png
 
File:TA-sample2.png
 
File:TA-sample3.png
 
File:TA-sample4.png
 
File:TA-sample5.png
 
File:TA-sample6.png
 
</gallery>
 
  
 
===more maths===
 
===more maths===

Revision as of 19:10, 17 July 2013

Galleries

Play with Turtle Art to draw colorful art patterns using a turtle that accepts instructions for movement.

With visual programming blocks, you can snap together programs by compiling (combining) them in ways to create anything you can imagine.


Graphics

Media

Maths

Tony Forster describes his "adventures" with on-the-fly definitions to create an analog clock in his blog.

Try any of the time or math library functions, e.g.,

localtime().tm_min 
sin(x) + sin(pi/2)

Sensors

Turtle Art supports sensor input:

More ideas for sensors [[2]] [[3]]

Games

Turtle Art can be used to write games, such as a simple falling block game:

Presentations

Student work

Students from Caacupé have been sending me examples of their work:

Just for fun

Turtle Art Day 2013

More features

more maths

Tony Forster describes his "adventures" with on-the-fly definitions to create an analog clock in his blog.

Try any of the time or math library functions, e.g.,

localtime().tm_min 
sin(x) + sin(pi/2)

presentations

games

Turtle Art can be used to write games, such as a simple falling block game:

sensors

Turtle Art supports sensor input:

More ideas for sensors [[4]] [[5]]

student work

Students from Caacupé have been sending me examples of their work:

Just for fun

Recent features