Assignment 05

Due Date:

Thursday 02/28

U/I Software Projects

  • Winter 2013
  • Department of Informatics
  • Donald Bren School of Information and Computer Sciences

Assignment #5: Goal to make an interactive mobile application using the Processing framework

  • This assignment may be done alone or in pairs.
  • Create an Android application that duplicates this functionality.
  • Download Processing 2.0
  • Refer to traer physics "Cloud" example.
  • Use a canvas of 480 x 800 pixels.
  • Submit your code as a text document to the EEE dropbox located here: https://eee.uci.edu/toolbox/dropbox/index.php?op=openfolder&folder=307323
  • When we grade these we will be evaluating things such as:
    • Did you submit code that works? (in Processing?, in an emulator?)
    • Did you draw the right number of squares?
    • Is the color gradient proceeding from yellow (upper left) to white (bottom right)?
    • Does the row and column highlight when you press on it?
    • Do the highlight boxes proceed from black to white?
    • Does the physics system work in the background
    • Is it otherwise well done?
  • As a point of reference, this can be done in less than 65 lines of code