A wordle game using a customizable dataset. Included: stats, xp/score.
- dataset (dataset.json) - list of words
- dataset-extender (add_word.py) - program to add words to dataset
- user-data (userdata.json) - saves the user's progress
- wordle (wordle.py) - the wordle game
Needed packages.
pip install rich
pip install datetime
Suggestions for improvements are welcome!