| Package | Description |
|---|---|
| wcg.games |
Classes common to all card games.
|
| wcg.main |
Classes for managing the web card game service.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Player
Common type to all players, including human players and bots.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GameBot
An automatic card game player - a robot -
to plays all kinds of card games.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ObservableGame.addObserver(java.lang.String nick,
GameObserver observer)
Add a
GameObserver that will receive a
notification when an event is broadcast. |
| Modifier and Type | Class and Description |
|---|---|
class |
User
A system user, with a user and password.
|