Cornell TurtleΒΆ

Cornell implementation of the Tk Turtle

This module is preferable to the default turtle module for several reasons. First, it makes it easier to support simultaneous turtle windows. Second, it provides support for our custom color models. Finally, the attributes and methods have been streamlined to make them easier to understand.

Contents:

Previous topic

Color Constants

Next topic

Class Window

This Page