Modifier and Type | Class and Description |
---|---|
class |
MissingVowelsPuzzle
A word puzzle where the letters 'a', 'e', 'i', 'o', and 'u' are missing from
the puzzle word and replaced with an underscore '_'.
|
class |
ReverseWordPuzzle
A word puzzle where the puzzle word is formed by taking
the letters of the solution word in reverse order.
|
class |
ScrambledWordPuzzle
A word puzzle where the puzzle word is formed by randomly
shuffling the letters of the solution word.
|