Skip to content

HW Week 2.1

HaleyTat edited this page Sep 7, 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

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