Graphics ObjectsΒΆ

These classes provide the basic geometry functionality of this game. Subclasses of GObject all provide a method to draw to a view. In addition, they also provide primitive collision detection via the contains method. All of your models in this assignment should either be an instance of one of these class, an instance of a subclass of one of these classes, or a list or container of such instances.

These classes are all provided by the game2d module.

Contents:

Previous topic

Class Sound

Next topic

Class GPoint

This Page