Package | Description |
---|---|
wcg.games |
Classes common to all card games.
|
wcg.main |
Classes for managing the web card game service.
|
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 |
---|---|
void |
GameMaster.addPlayer(Player player)
Adds given player to this game.
|
Modifier and Type | Class and Description |
---|---|
class |
User
A system user, with a user and password.
|