| Class | Description |
|---|---|
| AbstractWordPuzzle |
Abstract base class for simple word puzzles such as scrambled
word puzzles (where the puzzle word is made up of the letters
of the original word in random order).
|
| ReverseWordPuzzle |
Word puzzle where the puzzle word is the solution word
in reverse order.
|
| ScrambleWordPuzzle |
Word puzzle where the puzzle word is a randomly scrambled version of the
solution word.
|