Package examples

Contains a set of standard game object classes (named Std...), and a number of example games.

See:
          Description

Class Summary
StdDungeonMonster A standard monster object that can move in 8 directions around a tile-based dungeon, which may be maze-like or contain open spaces.
StdDungeonPlayer A standard object that allows the player to move in 8 directions around a tile-based dungeon, which may be maze-like or contain open spaces.
StdMazeMonster A standard object that moves around a maze.
StdMazePlayer A standard object that allows the player to move in 4 directions around a maze.
StdScoring A class for displaying an animated piece of text.
 

Package examples Description

Contains a set of standard game object classes (named Std...), and a number of example games. The game object classes can be subclassed, copy/pasted, or used directly in your own 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/