papert―logo in your browser
examples:
koch snowflake
,
hilbert curve
,
spiral
share this program:
link to it
html:
bbcode:
reset repeat 120 [ make"r random 255 make"g random 255 make"b random 255 penwidth 10 color [:r :g :b] circle 10 penwidth 20 color [255 255 255] circle 10 fw 2 ] repeat 10 [ rt 180 repeat 240 [ make"r random 255 make"g random 255 make"b random 255 penwidth 10 color [:r :g :b] circle 10 penwidth 20 color [255 255 255] circle 10 fw 2 ] rt 180 repeat 240 [ make"r random 255 make"g random 255 make"b random 255 penwidth 10 color [:r :g :b] circle 10 penwidth 20 color [255 255 255] circle 10 fw 2 ] ]
Your browser doesn't support canvas tags. Please upgrade to a recent version of Firefox or Opera.
>