A little CLI Wordle clone using the official solutions, written in Python
Go to file
Jeeb b874cfc101 Refactor everything:
- F STRINGS????????????
- Enforce relativity
- Rename things for better
- Separate the cheating from the game playing
- Remove most hardcoded constants
- Introduce new wordlist 'format' (lol python, who needs json)
- Test things fairly extensively
2022-02-16 12:28:21 -06:00
src Refactor everything: 2022-02-16 12:28:21 -06:00
.gitignore Initial commit 2022-02-12 11:23:24 +00:00
LICENSE Update license (lol) 2022-02-14 20:52:35 -06:00
README.md Initial commit 2022-02-12 11:23:24 +00:00

Wardle.py

A little CLI Wordle clone using the official solutions, written in Python