Uses of Package
controller

Packages that use controller
Package
Description
The package contains classes implementing a 'bounding box' area around game objects.
The controller package contains Object controllers that govern an objects behavior, without being involved in its collision or drawing properties.
The package gameobjects contains all objects with a visual representation on screen.
  • Classes in controller used by collider
    Class
    Description
    Class that controls the LOGICAL behavior of an object independently of how it is displayed or drawn.
  • Classes in controller used by controller
    Class
    Description
    Controller using key events for up, down, left, right and space (shooting) to control the ego object behavior.
    This class controls the space invaders.
    Class that controls the LOGICAL behavior of an object independently of how it is displayed or drawn.
  • Classes in controller used by gameobjects
    Class
    Description
    Class that controls the LOGICAL behavior of an object independently of how it is displayed or drawn.