Uses of Class
vooga.gameEngine.controller.GameRelatedController

Packages that use GameRelatedController
games.RobotUnicornAttack.controller   
games.SpaceInvaders.controllers   
testing.gameEngine.cameraTesting   
testing.gameEngine.WormsDemo.items   
vooga.aiEngine.Dev   
vooga.gameEngine.controller   
 

Uses of GameRelatedController in games.RobotUnicornAttack.controller
 

Subclasses of GameRelatedController in games.RobotUnicornAttack.controller
 class UnicornCamera
           
 

Uses of GameRelatedController in games.SpaceInvaders.controllers
 

Subclasses of GameRelatedController in games.SpaceInvaders.controllers
 class AlienAI
           
 

Uses of GameRelatedController in testing.gameEngine.cameraTesting
 

Subclasses of GameRelatedController in testing.gameEngine.cameraTesting
 class KeyMovingCameraController
           
 

Uses of GameRelatedController in testing.gameEngine.WormsDemo.items
 

Subclasses of GameRelatedController in testing.gameEngine.WormsDemo.items
 class WormsCameraController
           
 

Uses of GameRelatedController in vooga.aiEngine.Dev
 

Subclasses of GameRelatedController in vooga.aiEngine.Dev
 class AIDemoController
           
 

Uses of GameRelatedController in vooga.gameEngine.controller
 

Subclasses of GameRelatedController in vooga.gameEngine.controller
 class AIController
          AIController is an GameRelatedController which manages GameItem's that are affected by AI.
 class CameraController
          This class represents the connection between the game and the camera.
 class HumanController
          HumanController is an GameRelatedController which manages GameItem's that are affected by human interaction.
 class 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.
 class TimingController
          Class TimingController keeps track of the current time elapsed in a game or level.