Skip to content

CLI-based Python recreation of Wordle with color support.

License

Notifications You must be signed in to change notification settings

goonmandu/pyrdle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyrdle

CLI-based Python recreation of Wordle with color support. Current wordsets include: wordle, lewdle, and the Stanford 5-letter word list (stanford).

Tested with Python 3.9 and 3.10.

how to play

Run it in the terminal, like this:

PATH_TO_DIRECTORY/pyrdle/python3 main.py [wordset]

If no wordset argument is passed in, or the argument is not in the wordset list, the game will prompt you to choose a wordset. Otherwise, the game will automatically start with the given wordset name.

You get 6 guesses. Entering ????? will reveal the answer and end the round.

If you didn't know already, GREENS are exact matches, YELLOWS are in the answer but in a different spot, while GRAYS are not in the answer.

dependencies

termcolor: pip install termcolor

known bugs and fix status

  • Fixed: when calculating the answer, YELLOW and GREEN guesses are treated the same (as "0") and will make the game exit once every letter is at least a YELLOW.

attributions

screenshots (outdated)

image image image

About

CLI-based Python recreation of Wordle with color support.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages