https://github.com/ortanav2/wordle-unlimited
A wordle game using a customizable dataset. Included: stats, xp/score.
https://github.com/ortanav2/wordle-unlimited
dataset score stats wordle wordle-game wordle-python xp
Last synced: 3 months ago
JSON representation
A wordle game using a customizable dataset. Included: stats, xp/score.
- Host: GitHub
- URL: https://github.com/ortanav2/wordle-unlimited
- Owner: ortanaV2
- Created: 2023-11-03T13:55:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T15:22:33.000Z (over 1 year ago)
- Last Synced: 2025-03-17T22:08:01.664Z (3 months ago)
- Topics: dataset, score, stats, wordle, wordle-game, wordle-python, xp
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!