Package | Description |
---|---|
wcg.games |
Classes common to all card games.
|
wcg.main |
Classes for managing the web card game service.
|
wcg.shared.events |
Events used to send information to players.
|
Class and Description |
---|
GameEndEvent
An event reporting the end of the game and its final status.
|
RoundConclusionEvent
An event to report the conclusion of a round.
|
RoundUpdateEvent
An event to report changes to the current status of a game.
|
SendCardsEvent
An event to send cards to players.
|
Class and Description |
---|
GameEndEvent
An event reporting the end of the game and its final status.
|
GameEvent
Abstract class common to all game related events.
|
RoundConclusionEvent
An event to report the conclusion of a round.
|
RoundUpdateEvent
An event to report changes to the current status of a game.
|
SendCardsEvent
An event to send cards to players.
|
Class and Description |
---|
GameEvent
Abstract class common to all game related events.
|