You may also like

First Forward Into Logo 10: Count up - Count Down

What happens when a procedure calls itself?

LOGO Challenge - Pentagram Pylons

Pentagram Pylons - can you elegantly recreate them? Or, the European flag in LOGO - what poses the greater problem?

LOGO Challenge - Sequences and Pentagrams

Explore this how this program produces the sequences it does. What are you controlling when you change the values of the variables?

The Olympic LOGO

Age 16 to 18 Short
Challenge Level
How would you write a LOGO program to approximately reproduce the Olympic Rings logo?
 
You can do this theoretically, use logo or even try to do it in a limited number of characters making use of the twilgo http://twilgo.com environment. Using this small number of characters is a challenge!
 
Did you know ... ?

LOGO is a simple programming language which instructs a pointer (or 'turtle') to move on a flat surface. Mathematicians often become very skilled computer programmers and learning how to create beautiful, efficient algorithms is a part of this.