##### PROJECT
# NYT Wordle Solver
> [!abstract] Programming Language(s): Java
> URL(s): [Github Repository](https://github.com/Sahil-Pattni/Wordle-Solver/)
I developed a Java application that automatically solves the popular New York Times Wordle game. Leveraging the [Selenium](https://www.selenium.dev/) framework, the program simulates browser interactions to play the game as if it were a human user. On each turn, it refines a comprehensive list of five-letter words by processing the game’s feedback on letter placement and correctness. To boost accuracy, the application prioritizes guesses by referencing a unigram frequency table, which ranks words based on their commonality in the language.
---
##### Demo: Successful Guess in 3!
