Package com.threerings.parlor.turn.client

Interface Summary
TurnGameController Games that wish to make use of the turn game services should have their controller implement this interface and create an instance of TurnGameControllerDelegate which should be passed to PlaceController.addDelegate(com.threerings.crowd.client.PlaceControllerDelegate).
 

Class Summary
TurnDisplay Automatically display a list of players and turn change information in a turn-based game.
TurnGameControllerDelegate Performs the client-side processing for a turn-based game.