Package pajammin :: Package entity :: Module entity
[show private | hide private]
[frames | no frames]

Module pajammin.entity.entity

The base class for game objects, such as turtles, platforms, doors, and the player. Each type of game level object is defined using a subclass of Entity; and each individual game-level object is represented by a single instance of one of those subclasses.
Classes
Entity A single object in the game, such as a platform, a monster, the player's avatar, a projectile, or a background decoration.