Skip to content

HW Week 2.1

tufaclimbing edited this page Sep 10, 2016 · 52 revisions

Week 2.1

  • SET UP:

  • DO:

    • Create your own static screen drawing: self-portrait, alien, monster, etc. Use only 2D primitive shapes – arc(), curve(), ellipse(), line(), point(), quad(), rect(), triangle() – and basic color functions – background(), colorMode(), fill(), noFill(), noStroke(), stroke(). Remember to use createCanvas() to specify the dimensions of your window.
    • Define a variable (var x = 60;) that you use within your sketch.
    • Make sure you include comments about what your various lines of code are suppose to do.
  • READ / WATCH (if helpful):

  • ASK QUESTIONS: Contribute at least 1 question below. (Name optional.)

Questions | Examples

  • How long will it take me to be as cool as you, Michael Musick? Second question: Can you adopt me?

Add Your Homework

(Press the edit button to the top-right of this window. Press save page below this window when done)

Clone this wiki locally