https://github.com/zsarge/wordle-clone
Inspired by https://github.com/SamKiehl/ButterDog-Bot
https://github.com/zsarge/wordle-clone
Last synced: about 1 month ago
JSON representation
Inspired by https://github.com/SamKiehl/ButterDog-Bot
- Host: GitHub
- URL: https://github.com/zsarge/wordle-clone
- Owner: zsarge
- License: mit
- Created: 2022-01-31T20:17:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T23:30:25.000Z (over 4 years ago)
- Last Synced: 2025-01-27T14:49:31.419Z (over 1 year ago)
- Language: Python
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wordle-clone
Inspired by https://github.com/SamKiehl/ButterDog-Bot
### Example 1:
```
Enter a 5 letter word: fork
Invalid guess!
Enter a 5 letter word: shelf
1/6 |- - |
|shelf|
Enter a 5 letter word: seven
2/6 |-- |
|seven|
Enter a 5 letter word: raise
3/6 |--✓✓✓|
|raise|
Enter a 5 letter word: arise
4/6 |✓✓✓✓✓|
|arise|
Good Job!
```
Note the counter on the left counts turns.
### Example 2:
```
Enter a 5 letter word: chair
1/6 | |
|chair|
Enter a 5 letter word: quail
2/6 | -|
|quail|
Enter a 5 letter word: droop
3/6 | ✓- |
|droop|
Enter a 5 letter word: sends
4/6 |-- |
|sends|
Enter a 5 letter word: moose
5/6 | ✓✓✓✓|
|moose|
Enter a 5 letter word: loose
6/6 |✓✓✓✓✓|
|loose|
Good Job!
```