Contains a set of framework classes, and a number of example games. The
Std... classes are the framework classes. StdGame is a game framework that
handles a standard game state machine (startlevel, life lost, game over, etc).
The other Std classes are game object classes that can be subclassed,
copy/pasted, or used directly in your games.
The JGame base classes are found in the JGame package. JGame should also come
with a user manual (the file MANUAL). It is distributed under the revised BSD
license (see the file LICENSE). More information can be found on the website,
http://www.13thmonkey.org/~boris/jgame/