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

Add Your Homework

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

  • Michael Musick -- documentation, sketch -- any other comments
  • Haley Tatalovich -- documentation, sketch -- any other comments
  • Josh Kornish -- [documentation} (https://github.com/tufaclimbing/tufaclimbing.github.io/tree/master/sketch.js) [sketch] (tufaclimbing.github.io/sketch.js/)

Clone this wiki locally