This application solves the Wordle puzzle from the New York Times.
Wordle is a game where the player tries to guess the secret word. With each guess, the game provides feedback in the form of:
- a yellow square means that letter is in the secret word but not in that spot
- a green square means that letter appears in that spot in the secret word
- a gray square means that letter is not in the secret word
Simply run the class Wordle.java
. Everything it needs is packaged here.
Follow the prompts and wait for it to guess the secret word!