Challenge: Random blobber

Turn this random walker into a faster, more colorful random blobber.



Make it a blob

Hint

ellipse(, , , );


Our walker, w, is being displayed, by its display method, as just a little point.



Use the ellipse function to display our walker as a blob instead of a point.