Down Load a zip file of the NEW Java based version. but you need to get Java Run Time version 6 or higher first. See for example:
http://java.sun.com/javase/downloads/index.jsp Make sure to get the RUN TIME system.
To start double click on the seelogo.jar file
After you load SeeLogo you may want to start Learning some of the commands
The book used for the Math Art Class
Introduction:
SeeLogo is a computer language through which the user can create beautiful pictures, dynamic arts and make games.
This is a brief introduction to the language.
When you open SeeLogo you will see a screen that includes the picture below.
You can type commands on the command line and see the picture in the graphics screen above it. The command is also translated to the editor below the command line.
For example if you type BOX 80 80 in the command line you
will see a square of dimension 50X50 pixels. If you then type
GROWBY 20% 8 IT you will see the following picture and the
corresponding program in the Editor:
One can also create pictures using the graphics interface and the
corresponding program is displayed in the editor. By typing NEW
name
a new program named "name" is created and added to
the list of names (which appears to the left of the editor).
In addition there is a kind of web interface to the left of the graphics screen that provides help and a list of commands.
This is the link
to Ithaca College classes that use SeeLogo