EDU236X Beyond Bits and Atoms

Assignment 02 : Fun with Microworlds

Our MW Garden Quilt (by Kathleen, Irina, Rodolphe and Chen Kee)

My humble "interesting" shape

Here's my programming code for the shape.

to 4colorcircle :size
pd
setc "blue
repeat 45 [fd :size bk :size rt 2]
setc "red
repeat 45 [fd :size bk :size rt 2]
setc "green
repeat 45 [fd :size bk :size rt 2]
setc "black
repeat 45 [fd :size bk :size rt 2]
end

And here's the Microworlds file with my Assignment02.

edu236x_assignment02_chen_kee_ng.mwx
File Size: 91 kb
File Type: mwx
Download File