| Package | Description |
|---|---|
| com.threerings.puzzle.client | |
| com.threerings.puzzle.drop.client | |
| com.threerings.puzzle.drop.data | |
| com.threerings.puzzle.drop.server |
| Modifier and Type | Class and Description |
|---|---|
class |
PuzzleControllerDelegate
A base class for puzzle controller delegates.
|
class |
PuzzlePanel
The puzzle panel class should be extended by classes that provide a view for a puzzle game.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropControllerDelegate
Games that wish to make use of the drop puzzle services will need to create an extension of
this delegate class, customizing it for their particular game and then adding it via
PlaceController.addDelegate(com.threerings.crowd.client.PlaceControllerDelegate). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DropCodes
Contains codes used by the drop game services.
|
| 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.
|
Copyright © 2015. All rights reserved.