Skip to content

Code for generating guesses to solve NYT's Wordle puzzle

Notifications You must be signed in to change notification settings

f387018/DR_Wordler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DR_Wordler

Code for generating guesses to solve NYT's Wordle puzzle

This code uses a dictionary (credit another GIT user) Dictionary source: # https://github.com/vasu2411/Interactive_Dictionary/blob/master/data.json

The way it works is as follows:

  1. When you compile and run it, it generates a first guess and prompt you for feedback
  2. Input this guess into the puzzle and see the result
  3. Input the "green", "yellow", "black" sequence feedback (for each letter) from the puzzle at the prompt
  4. The code generates a new suggestion and prompts you for feedback again.
  5. This repeats for 6 times (as many rows as in Wordle)

About

Code for generating guesses to solve NYT's Wordle puzzle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published