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

From Sugar Labs
Jump to navigation Jump to search
Line 91: Line 91:
 
File:RFID.png
 
File:RFID.png
 
File:TurtleTrees.png
 
File:TurtleTrees.png
 +
</gallery>
 +
 +
=== Recent features ===
 +
 +
<gallery>
 +
File:Coordinates.png|Cartesian and polar coordinate grids
 +
File:Collapsible.png|Collapsible stack
 +
File:Collapsed.png|Collapsed stack
 +
File:Python-expandable.png|Python function with one, two, or three variables
 +
File:Bullets-two.png|Expandable bullet list (two bullets)
 +
File:Bullets-four.png|Expandable bullet list (four bullets)
 +
File:Large-blocks.png|Enlarged blocks
 +
File:Small-blocks.png|Shrunken blocks
 +
File:100Turtles.png|100 Turtles
 +
File:TA-savesvg.svg|SVG output using the save SVG block
 +
File:TA-multivariable.png|Multi-variable Python blocks
 +
File:TAMaze.png|Turtle 'sees'
 
</gallery>
 
</gallery>

Revision as of 20:57, 27 February 2011

Learning with Turtle Art

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.

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 [[1]] [[2]]

student work

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

Just for fun

Recent features