Make a game. Any game with a ball or rocket ship and constant motion will do. You can make * Pong * Lunar Lander * Catapult * Dodgeball * Anything else (see me) You get one point for each of the following: OUT OF 12 POINTS! Game stuff ----------- * Has a ball or player icon that moves. * Some way for the game to end. * Some way to keep score or some way to win and lose. * Has an onscreen button that does something. Programing Stuff ---------------- * Uses a method beyond the constructor, paint, init, and the keyboard/mouse ones. * Uses both a 'for' loop and a 'while' loop * Uses an object beyond the main class (at least two methods). * Uses another object beyond the main class (at least two methods). Other Stuff ----------------- * Has one small feature not listed above Examples: A running clock Random messages A computer player that uses less than 20 lines of code A explosion or happy face when the game ends The ability to change a game parameter like gravity or paddle size Other small stuff * Has one large feature not listed above Examples: A computer player that takes more than 20 lines of code High score list Different screens for introduction/start and game play Different screen sizes Other bigger thing Class Stuff ----------- * +1 Turned in before Tue Dec 3rd at 4pm * +1 Turned in before Fri Dec 6th at 4pm * -1 Turned in on Monday of finals week * -2 Turned in on Thuesday of finals week * -3 Turned in on Thuesday of finals week