/** * 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 {@link controller.ObjectController}). * The abstract base class is {@link GameObject}, which forces child-classes to implement the method * {@link GameObject#updateObject()}. */ package gameobjects;