Package vooga.gameEngine.controller

Class Summary
AIController AIController is an GameRelatedController which manages GameItem's that are affected by AI.
CameraController This class represents the connection between the game and the camera.
GameRelatedController The GameRelatedController class represents a subset of GameRelatedObject objects that act as controllers for other game items.
HumanController HumanController is an GameRelatedController which manages GameItem's that are affected by human interaction.
NetworkController NetworkController is a subclass of GameRelatedController and is used to communicate NetworkEvents to GameRelatedObjects both locally and remotely that are interested in those events.
SoundController GameRelatedItem can play sounds by adding this class as a listener.
TimingController Class TimingController keeps track of the current time elapsed in a game or level.