tgdemo.icn: Program to demonstrate turtle graphics

May 31, 1994; Gregg M. Townsend
Requires: Version 9 graphics
This file is in the public domain.
   tgdemo displays various random designs in a window using the
turtle graphics library procedures.  Click in the window, or
enter a character on the keyboard, to start a new design.

   The following keyboard characters have meaning:

     w or W:                 random walk
     b or B:                 fractal bush (looks like "desert broom")
     s or S:                 spiral design
     p or P:                 polygon design
     t or T:                 rectangular tiling
     r or R:                 radial tiling

     \n, \r, \t, or SP:      choose design randomly
     q or Q:                 exit program

     0:                      pause drawing
     1, ... 9:               set speed of drawing (9 is fastest)

Source code | Program Library Page | Icon Home Page