Valence, by Ben Fry.
...


<--back


Feb 03::
Before Class:
Read:
- from Casey Reas and Ben Fry, Processing: a Programming Handbook
- from Daniel Shiffman on Conditionals

Do:
- Finish your aquarium of Processing monsters:
- In alignment with Lukas Vojir's original prompt, Processing monsters must be black and white or in grayscale and mouse reactive.
- Have at least 3 monsters.
- Your monsters can change size and behavior base on certain positions and/ or mouse activities, they may also change the background.
- Try to make them to lots of different things - blink, change size and color, move along the x and y axis, etc.
- Use if/else statements, logical operators, relational expressions, mouse reactivity.
- Label Hw2_lastname_firstname and bring to class.

- Please note the Week 2 Code Examples. The weekly examples can always be found on the references page after class.

In class:
Discuss:
- more on conditionals, relational expressions, logical operators
- review Hw
- Sign-up for github, please use cca.edu email address. Email me your handle once you've signed up.

Studio time:
- state changes, gravity, modulo
- share work, debug each other's code
- practice submitting work to github.
- for loops
- Week 3 Code Examples