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).
|
MissingVowelsPuzzle |
A word puzzle where the letters 'a', 'e', 'i', 'o', and 'u' are missing from
the puzzle word and replaced with an underscore '_'.
|
ReverseWordPuzzle |
A word puzzle where the puzzle word is formed by taking
the letters of the solution word in reverse order.
|
ScrambledWordPuzzle |
A word puzzle where the puzzle word is formed by randomly
shuffling the letters of the solution word.
|