| Package | Description |
|---|---|
| wwwordz.game |
Game management classes, including rounds and players.
|
| wwwordz.puzzle |
Puzzle generation and related classes, including a dictionary and trie
to implement it.
|
| wwwordz.shared |
Classes in this package are shared between client and server
in the final application.
|
| Class and Description |
|---|
| Puzzle
A puzzle, containing a table and list of solutions.
|
| Rank
A row in the ranking table.
|
| WWWordzException
A exception in WWWordz.
|
| Class and Description |
|---|
| Puzzle
A puzzle, containing a table and list of solutions.
|
| Puzzle.Solution |
| Table
A table composed of a collection of cells indexed by
row and column positions.
|
| Class and Description |
|---|
| Puzzle.Solution |
| Table
A table composed of a collection of cells indexed by
row and column positions.
|
| Table.Cell
A cell in the enclosing table
|