| 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.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Puzzle |
Round.puzzle |
| Modifier and Type | Method and Description |
|---|---|
Puzzle |
Round.getPuzzle()
Get table of this round
|
Puzzle |
Manager.getPuzzle()
Get table of current round
|
| Modifier and Type | Method and Description |
|---|---|
Puzzle |
Generator.generate()
Generate a high quality puzzle with many words in it
|
Puzzle |
Generator.random() |