Assignment 09 - adefelice/DDA617_Languages_FALL2017 GitHub Wiki

Assignment Week 9 for 10/25 – DUE 11/1

Read and Do: Read and do the exercises in the following chapters. Code along in Processing-- do not just read the book!

In "Learning Processing" by Daniel Shiffman (Second Edition, 2015):

  • Chapter 10: Algorithms (Pages 189-218)
  • Chapter 11: Debugging (Pages 219-224)
  • Chapter 12: Libraries (225-230)

SS4: OOP

Using a former sketch as a starting point, create a new sketch that includes:

  • an original class with at least two methods
  • an array of objects
  • annotations as //comments in the sketch, explaining what each part does
  • Optionally, you may work with a partner on this assignment.
  • Suggested work flow: create the class first with one or two objects. Once it is working, add in the object array.
  • Push your sketch to your GitHub Repo as “SS4_title_yourName” (If you are working with a partner, push to each of your repositories)

All due by Wednesday, 11/1.