Your instructor will assign one or more of the following problems. Submit all appropriate files for grading, including code files, screen captures, supplemental files (e.g., image files), and text files.
Write an animated gopher-type game in which the program displays a circle at a random location on the screen, waits for a while and then moves the circle to another location. If the user clicks on the circle, give them a point, otherwise, give them no points. Display the user’s score at all times. See an example on the right.
Note that because of the way Processing handles the
Extra Credit: As an extra credit exercise, you can change the target to a more sophisticated composite figure of some sort. You’ll need to modify your point system to determine when the user has clicked on any part of your new figure shape. |
Write an image choosing application similar to the one shown on the right. The system presents the four images on the left and allows the user to select the one that should be displayed on the right. |
Write a simple game called
|
Submit all appropriate files for grading, including code files, screen captures, supplemental files (e.g., image files), and text files. We will grade this exercise according to the following criteria:
If you work in teams for this homework assignment, be sure to submit all team members’ names in the code documentation.