Class Summary |
FrameAdvancer |
This class encapsulates a component advances the frames of our game. |
GameCanvas |
This class encapsulates a very simple window in which our shooter game can be
shown. |
GameDriver |
This app launches our shooter game (which is not really functional at this
point). |
GameObserver |
|
ProjectileSprite |
This class encapsulates an on-screen sprite that represents a projectile in
our game. |
ShooterSprite |
This class encapsulates an on-screen sprite that represents a shooter in our
asteroids-like video game. |