|
Class Summary |
| Absorber |
This class represents an absorber gizmo that extends the abstract gizmo class. |
| Ball |
This class represents a ball gizmo that extends the abstract Gizmo class. |
| Bumper |
This class represents a bumper gizmo, such as a square bumper, that extends the
abstract Gizmo class. |
| ExtenderGizmo |
This class represents an extender gizmo that extends the abstract Gizmo class. |
| Gizmo |
This class represents a gizmo object, with methods to add triggers and call an
action. |
| GizmoBoard |
This class represents a board for the Gizmoball game. |
| RotatingGizmo |
This class represents a rotating gizmo, such as a flipper, that extends the
abstract Gizmo class. |