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().