Package group1.model.gameobject

Class Summary
GameObj A generic, abstract object in the game.
GameObjStates GameObjStates is a non-instantiable class that contains constants that assign values to the various valid states of objects in the game.
Jeff Jeff, the hero of the game.
LivingObj A "living" game object, which has hp, can receive damage, and can die.
PictureList A PictureList is a list of lists of pictures.