Package edu.willamette.cs1.wordle
Class WordleDictionary
- Object
-
- edu.willamette.cs1.wordle.WordleDictionary
-
public class WordleDictionary extends Object
This class implements the dictionary for the Wordle project.
-
-
Field Summary
Fields Modifier and Type Field Description static String[]
FIVE_LETTER_WORDS
String array containing the legal words in Wordle.
-