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