| Class | Description |
|---|---|
| Manager |
This class is a singleton and acts as a facade for
other classes in this package.
|
| Player |
A player of WWWordz, including authentication data (name and password),
current round and accumulated points.
|
| Players |
Persistent collection of players indexed by nick.
|
| Round |
A round has 4 sequential stages
join - client join the round
play - client retrieves puzzle and player solve puzzle
report - clients report points back to server
ranking - clients ask for rankings
Each stage has a specific duration and the round method can only be
executed within a limited time frame.
|
| Enum | Description |
|---|---|
| Round.Relative | |
| Round.Stage |
Manager is a facade for classes in this package.