[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LOGO-L> more one-liners



Here are some more one-liners (for MSW Logo)
which I just made:

These Growing Scrolls variations are fractals
or quasi-fractals because each design contains
exact copies of itself at different scales.
I use POWER to get the scaling right.

Growing Scrolls variation 1, 12W
for [i -1 4] [repeat 720 [fd power 2 :i rt repcount]]

Growing Scrolls variation 2, 14W
for [i -1 15] [repeat 720 [fd power 1.2 :i rt repcount] lt 45]


This one generates random mountain ranges:

Mountains, 12W
repeat 2000 [setxy (repcount * 2) (ycor - 2 + random 5)]


Yehuda's clock Face inspired me to try a human face:

Head, 15W
repeat 38 [fd 5 rt 10] setx 55 setx 27 setxy 20 -10 setx 27

This leads me to make another little challenge:

We have a lot of 15-word flowers, but can
anyone make some animals or people in
15 words or less?

This might be a good challenge for school kids.

(By the way, we already have one animal entry:
a clam shell.)

Have fun,
Keith Enevoldsen
---------------------------------------------------------------
Please post messages to the Logo forum to logo-l@gsn.org.  Mail
questions about the list administration to logofdn@gsn.org.  To
unsubscribe send    unsubscribe logo-l    to majordomo@gsn.org.



Global SchoolNet Foundation - Linking Kids Around the World!
Copyright GSN - All Rights Reserved - Comments & Questions
Visit GSN's Global Schoolhouse for more exciting learning resources!
Search our Site - Home