Package | Description |
---|---|
wcg.games |
Classes common to all card games.
|
wcg.games.war |
War is a very simple card game, mostly played by children.
|
Modifier and Type | Field and Description |
---|---|
(package private) static DefaultCardComparator |
DefaultCardComparator.instance |
Modifier and Type | Method and Description |
---|---|
static DefaultCardComparator |
DefaultCardComparator.getInstance()
Single instance if this class.
|
Modifier and Type | Class and Description |
---|---|
class |
WarCardComparator
A specialization of
CardComparator for the this game. |