| Modifier and Type | Class and Description |
|---|---|
class |
TrickCardGameManagerDelegate
A card game manager delegate for trick-based card games, such as Spades and Hearts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GameManagerDelegate
Extends the
PlayManagerDelegate mechanism with game manager specific methods. |
| Modifier and Type | Class and Description |
|---|---|
class |
RatingDelegate
Rates players after each game and handles persisting the results.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TurnGameManagerDelegate
Performs the server-side turn-based game processing for a turn based game.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropManagerDelegate
Provides the necessary support for a puzzle game that involves a two-dimensional board
containing pieces, with new pieces either falling into the board as a "drop block", or rising
into the bottom of the board in new piece rows, groups of blocks can be "broken" and garbage
can be sent to other players' boards as a result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PuzzleManagerDelegate
Extends the
GameManagerDelegate mechanism with puzzle manager specific methods (of
which there are currently none). |
Copyright © 2015. All rights reserved.