Package | Description |
---|---|
wcg.games |
Classes common to all card games.
|
wcg.games.hearts |
The goal of the HEARTS game is to avoid receiving hearts.
|
wcg.games.war |
War is a very simple card game, mostly played by children.
|
Modifier and Type | Class and Description |
---|---|
class |
GameMaster
Abstract class common to all game masters.
|
Modifier and Type | Class and Description |
---|---|
class |
HeartsGameMaster
Game master for the game of HEARTS.
|
Modifier and Type | Class and Description |
---|---|
class |
WarGameMaster
A game master for the WAR card game.
|