| Interface | Description |
|---|---|
| PuzzleCodes |
Constants relating to the puzzle services.
|
| PuzzleGameCodes |
Contains codes used by the puzzle game client implementations.
|
| Class | Description |
|---|---|
| Board |
An abstract base class for generating and storing puzzle board data.
|
| BoardSummary |
Provides summarized data representing a player's board in a puzzle game.
|
| PuzzleGameMarshaller |
Provides the implementation of the
PuzzleGameService interface
that marshalls the arguments and delivers the request to the provider
on the server. |
| PuzzleObject |
Extends the basic
GameObject to add individual player status. |
Copyright © 2015. All rights reserved.