Animation Game 2005

 


In a moment, an applet window will pop up to play the game! Your browser is ignoring the <APPLET> tag!


This program was written as an Intermediate Programming project by Ronnie Tang, with support from Henry Shen and Mr. Corica


Key ideas:

            Programming:

            Use of classes to represent screen objects (BunchOfDots, Dot)

            Use of an array to represent an large group of objects (in BunchOfDots)

            Interclass communication (StateOfGame)

 

            Java:

            Graphical output

            Animation through repaint().

            Keyboard interaction

           

Version 1: March 5, 2005

Version 2: May 26, 2005