Monday 27 February 2017

Khan Academy- Waving Snowman


In this project the goal was to incorporate more shapes to the snowman, like arms. The arms are made of lines using the "line(x1,y1,x2,y2)" function. The line being different from the ellipse because unlike the ellipse, a line has no height or width, just a starting and end point. A ground for the snowman to stand on was also added using the "rect(x,y,w,h)" function.

No comments:

Post a Comment