Or search by topic
Discuss with others and try evaluating the procedure BEFORE copying it out and experimenting further.
TO GROW :X :A
IF :A > 2000 [STOP]
PR :A
WAIT 15
GROW :X :X * :A
END
Try GROW 2 2
and GROW 22 2
as well as
GROW 2 22
.
What will happen to GROW .2 2
or GROW 2
.2?
Can you construct alternative sequences that GROW?
Can you elegantly complete the next stage of growth for this pentagram 'animal'?
What about the next stage after that?
A Short introduction to using Logo. This is the first in a twelve part series.
Can you use LOGO to create this star pattern made from squares. Only basic LOGO knowledge needed.
Using LOGO, can you construct elegant procedures that will draw this family of 'floor coverings'?