Activities/Turtle Art/Galleries

From Sugar Labs
Jump to navigation Jump to search

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.

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