
This folder contains three example games:

game1
	The first thing we implemented
	in class, it is not really a game,
	but rather a simple example of how
	to use some of the features of the
	game platform.

game2
	A simple chaser/avoider game that
	we implemented in class.

sumGame
	A more sophisticated example which
	uses the music keyboard facility
	of the game platform package.

If you make changes to anything, you can
recompile just by typing the "compile"
command from the command line.

Launching javadoc/index.html from a web browser
will show you the documentation of important
support classes in package simpleGamePlatform.


