Back to Course
Intro to JS: Drawing & Animation
0% Complete
0/0 Steps
-
Introduction
Intro to programming2 Topics -
Drawing basics4 Topics
-
DrawingColoring2 Topics
-
AnimationAnimation basics3 Topics
Lesson Progress
0% Complete
We’ve drawn a snowman like you made in the first challenge, and now you’re going to draw more shapes using the commands you just learned.
In this first step, use the rect()
command to draw the ground, so that the snowman isn’t just floating in air. You should add your rect()
command before the ellipse()
commands for the snowman, so that the snowman looks like he is in front of the ground.