You must log in or register to comment.
Definitely used this on Apple computers in grade school, thanks for posting
np!
I remember using a program called Turtle Tracks using Logo. You programmed a turtle cursor to move around the screen and create drawings. That was definitely a long time ago.
If you know your way around Python:
import turtle
I was thrilled to find out that this is built-in to Python:
import turtleSpirograph graphics!