Web Turtle Examples


Use these examples to learn how to use Web Turtle. Change some of the numbers around and see what happens!
If you create a cool program, e-mail it to me and I might put it up on this page!

When playing with some of these examples, to get a circular picture:

Square
The simplist of all turtle-graphics examples.

Squares
The previous program spiralled around to make a circular design.

Print
An example of printing text with "PRINT."
Or, enter your name:

Turtle Print
Shows how text can be printed at different angles using "TURTLEPRINT."

Star Burst
A circle made of stars.

Stick Person
A complex shape made out of some simple ones.

A Flower
Another complex and beautiful picture. A few variables and strings assigned at the top of the program let you quickly and easily change the message displayed.

Message Fade
This example uses math based on a variable to determine how to move and change transparency. A string lets you change the message.

Pinwheel
Another extremely simple example. You're encouraged to play with the numbers to get different shapes.

Tree
A recursive tree is drawn at depth L...

Repoly
A recursive polygon drawing function! Make neat fractals!

Curly
A set of curly spirals (from Kturtle).


Programs Submitted by Users
Candle
A simple candle, by Ted Stein.

Turtle
A great looking drawing of a turtle, by Karl Siewert.

Kosmolov
A line system fractal, by Geert Pante.

Tablecloth
A recursive pattern that looks like a table cloth, by Nigel Ford.

Dragon
Another line system fractal, by Geert Pante.

Koch
A third line system fractal, by Geert Pante.

Flower of Life
A Flower of Life, by Warren Shelly.


"Web Turtle," created by Bill Kendrick, 1997-2017.