Package examples

Contains a set of framework classes, 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.
StdGame A basic framework for a game.
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 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/