Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 866 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 866 Bytes

Wordle-Unlimited

A wordle game using a customizable dataset. Included: stats, xp/score.

Including

  • 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

Requirements

Needed packages.

pip install rich
pip install datetime 

Contribution

Suggestions for improvements are welcome!