Interface | Description |
---|---|
Sound |
Sound object for the ucigame game.
|
Class | Description |
---|---|
GameCanvas |
The GameCanvas class exists to provide the programmer with a
single instance, the object canvas.
|
GameWindow | |
Help | |
Image |
Class for images in ucigame.
|
Keyboard |
Every Ucigame has one object named keyboard; the object's methods reveal
currently pressed and the most recently pressed key.
|
Mouse |
The Mouse class exists to provide the programmer with a single instance,
the object mouse.
|
Sprite |
A Sprite object is an image that can be moved around in the game window.
|
Ucigame |
The Ucigame class is the superclass of all Ucigame game classes.
|