Skip to content

Small project that kinda works. I hope to upgrade it with graphics someday.

Notifications You must be signed in to change notification settings

cycIes/wordle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

This is a tool to help wordle players guess words. As they play, when the user inputs information of their attempts, the tool narrows down and generates a ranked list of possible words to guess.
Credit to dracos for their list of valid wordle words: https://gist.github.com/dracos/dd0668f281e685bad51479e5acaadb93.

Instructions

  1. Run main.py to use the wordle guess provider.
  2. Example wordle answer: blimp
  3. The first thing the guesser asks the user to provide is the known letters in the correct position (green letters).
  4. Ex: if the user guessed "stick", they should type "__i\__"
  5. The second thing the guesser asks for is the known letters not in the correct position (yellow letters).
  6. Ex: if the user guessed "plain", they should type "p\__i\_"
  7. The last thing he guesser asks for is the letters revealed to not be in the answer (gray letters).
  8. Ex: if the user guessed "happy", they should type "hay" (notice how "p" was not included because that letter is in the word)

About

Small project that kinda works. I hope to upgrade it with graphics someday.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages