CS112
Assignment #14

This assignment is optional, you may turn it in for extra credit by Friday May 8th.

For this assignment you should create a simple game in which the user controls a sprite and tries to avoid running into other objects on the screen. Use your sprite class and create both a single sprite contrlled by the user and an array of sprites, similar to the array of flowers from the previous assignment. The sprites should follow these rules:

Extra Extra Credit:
Create two arrays of sprites, one that causes the user to lose points and one that causes the user to gain points.

Turn in: Save your project with the name [scratchname]Assignment14. E.g. my project would be saved as tsoule89Assignment14 (without the []'s). Zip up the entire project folder - you can find it in your processing folder. Email the zipped project as an attachment to both TAs Allen, Craig (alle7522@vandals.uidaho.edu); MacPhereson, Serendel (macp6269@vandals.uidaho.edu). Make the subject of the email CS112Assignment14.