papert―logo in your browser
examples:
koch snowflake
,
hilbert curve
,
spiral
share this program:
link to it
html:
bbcode:
cs color [ 0 0 255 ] repeat 36 [ repeat 4 [ fd 25 rt 90 ] rt 10 ] color [ 75 0 255 ] repeat 36 [ repeat 4 [ fd 50 rt 90 ] rt 10 ] color [ 120 0 255 ] repeat 36 [ repeat 4 [ fd 75 rt 90 ] rt 10 ] color [ 180 0 255 ] repeat 36 [ repeat 4 [ fd 100 rt 90 ] rt 10 ] color [ 230 0 255 ] repeat 36 [ repeat 4 [ fd 125 rt 90 ] rt 10 ] color [ 255 0 200 ] repeat 36 [ repeat 4 [ fd 150 rt 90 ] rt 10 ] color [ 255 0 160 ] repeat 36 [ repeat 4 [ fd 175 rt 90 ] rt 10 ] color [ 255 0 100 ] repeat 36 [ repeat 4 [ fd 200 rt 90 ] rt 10 ]
Your browser doesn't support canvas tags. Please upgrade to a recent version of Firefox or Opera.
>