Wordle Java Game
Java
Fall 2022
- Developed a version of the Wordle game that gives player six tries to guess the hidden word and evaluates how close their answer is to the key
- Processed and filtered data taken from six novels to generate a dictionary of valid words for the game
- Created JUnit tests for all possible cases