processing

Website for Creative Computer Coding - Summer 2017

View project on GitHub

Day 4

Objective: SWBAT (Students will be able to…)

  • Synthesize concepts from Chapter 3
  • Design and code an original design from scratch that includes…
    • background()
    • fill()
    • stroke()
    • beginShape() and endShape()
    • vertex()
    • void setup()
    • void draw()
    • comments
    • at least three of the following: line(), triangle(), quad(), rect(), ellipse(), arc()

Agenda

  • Finish Chapter 3 Sketch
  • Optional: Robot 1
  • Week 0 Exit Ticket

Source Files

None

Assignment: BYL (Before you leave…)

  • Complete an original sketch that shows mastery of Chapter 3 concepts