Khan Academy Wiki
Challenge: Waving Snowman
ChallengeWavSno
Description
Challenge Name: Challenge: Waving Snowman
Section(s): Hour of Drawing with Code, Intro to JS
Steps: 2

Building off of Challenge: Simple Snowman, this challenge uses the new shapes line(); and rect(); In this challenge, students are drawing the ground and some arms for the snowman.

Steps[]

There are two steps in this challenge.

  1. Draw the ground: This step asks users to draw a rectangle beneath the snowman so that it is not floating.
  2. Make it wave: This step asks users to draw lines protruding from the snowman to make arms.

If users get stuck[]

  • Try to understand what Oh Noes and the orange text are saying.
  • Go back and watch/review the past two talkthroughs and tutorials.
  • Check the documentation.
ChallengeWavSno

One of the possible results in Challenge: Waving Snowman

Up next[]

Challenge: Sunny snowy day