Lab 6

Lab 6

  1. Find your partner for program 6.
  2. Spend the first 15 minutes completing Exercise 7-2 from Learning Processing (see below).
  3. Submit your solution to exercise 7-2  by attaching the .pde file to this assignment.
  4. With your partner, begin working on program 6.
  5. Submit what you have, even if you aren't done.
  6. If you didn't finish it, make arrangements with your partner to meet and finish it before the due date.

 

Exercise 7-2 from Learning Processing:

Write a function that displays Zoog (or your own SIMPLE design). Call that function
from within draw( ).

void setup() {
  size(200,200);
}
void draw() {
  background(0);
  ______________________________________________________
}
___________________ _________________ ________________ {
______________________________________________________
______________________________________________________
______________________________________________________
______________________________________________________
__________________