papert―logo in your browser
examples:
koch snowflake
,
hilbert curve
,
spiral
share this program:
link to it
html:
bbcode:
reset setx 200 make "i 1 repeat 1700 [ make "r mod (:i * 87) 255 make "g mod (:i * 91) 255 make "b mod (:i * 101) 255 color [:r :g :b] penwidth :r /5 fd :i/5 rt :i/5 make "i :i + 1 ]
Your browser doesn't support canvas tags. Please upgrade to a recent version of Firefox or Opera.
>