Appearance
Week 7 Homework:
Midterm
Your midterm assignment is designed to demonstrate competency in the fundamentals of object oriented programming. You will make your own interactive, screen based artwork. Your sketch needs to contain at least 2 objects (they can be from the same class) that behave independently from one another. The class or classes you use to make these objects must be written by you.
Taking into consideration responsiveness, accessibility, and aesthetics there should be some form of interaction for your audience. This could be through key presses, mouse movements, GUI objects, etc. You should feel free to use APIs libraries or any other thing we ave discussed in class to date. Your code must be clearly and thoroughly commented throughout - indicating what is your original contribution and what you have gotten from elsewhere. Code should be version controlled through git, and hosted through a static site service like Github Pages