Python version of Wordle.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Conor Walker 1dde14d435 Revert "Merge pull request #3 from sgoudham/rework"
This reverts commit 754e6c34d9, reversing
changes made to 1c9ef1c2ee.
3 years ago
.github/workflows realised what the name parameter does 3 years ago
src Revert "Merge pull request #3 from sgoudham/rework" 3 years ago
.gitignore fixes filename 3 years ago
LICENSE Initial commit 3 years ago
README.md Update README.md 3 years ago

README.md

Pydle

A word game similar to Wordle, implemented in Python!

Features

  • Randomly selects a 5 letter word from over 5000 possibilities
  • Tells you what letters are in the right position, which are present in the word but not in the right place, and which are not in the word at all
  • Seed-based, so the word is the same when run on a given day - just like the real thing!
  • Coloured output similar to the original game - with thanks to @sgoudham

Prerequisites & Running

To run from source, you'll need to have Python installed and accessible on your system.

  • Download the repository locally
  • Open a terminal in the src folder
  • Enter python pydle.py in the terminal window.
  • And enjoy! Compiled binaries are provided in the releases section for Windows and Unix systems. For Windows, the exe can run as-is. For MacOS/Linux, download the pydle file, adn in a terminal window run the command chmod +x /path/pydle, then pydle while still in the directory.

Future

I don't anticipate spending a huge amount of time on this in the near future, but small things I'd like to throw in are:

  • Validate that users word is an actual real word

License

Published under GPL, so go nuts! Contributions and forks of any stripe welcome :)