CS112
Assignment #12

Due: Friday April 24th

For this assignment you will be expanding the flower class and program we've been creating in processing. You should start with either your code that we've been developing in class or with the "new flower object code" from the course schedule.

For this program we want to have multiple types of flowers and to allow the user to "plant" them. Specifically the user should be able to move the mouse around the screen and, by pushing keys, plant two or more different types of flowers, which then grow. This will require changing both the flower class, to handle different types of flowers, and the main program to handle the user input.

Include the following features in the new version of the flower class:

Make the following changes to the main program.

Extra Credit

Turn in: Save your project with the name [scratchname]Assignment12. E.g. my project would be saved as tsoule89Assignment12 (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 CS112Assignment12.