Package gameobjects
package gameobjects
The package gameobjects contains all objects with a visual representation on screen.
They can be combined to use controller instances for their behavior (subclasses of
ObjectController
).
The abstract base class is GameObject
, which forces child-classes to implement the method
GameObject.updateObject()
.-
ClassDescriptionThe class
GameObject
represents a (possibly animated) object appearing in a level of the game.A rectangle object.Convenience Class subclassingGameObject
, directly instanciatingTextArtist
a subclass ofArtist
that draws a text.