Skip to content

bdunton9323/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Solver

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

Running the program

Simply run the class Wordle.java. Everything it needs is packaged here.

Follow the prompts and wait for it to guess the secret word!

Releases

No releases published

Packages

No packages published

Languages