https://github.com/ishwortm/wordle
A Wordle game with python
https://github.com/ishwortm/wordle
Last synced: 18 days ago
JSON representation
A Wordle game with python
- Host: GitHub
- URL: https://github.com/ishwortm/wordle
- Owner: IshworTM
- Created: 2023-12-04T08:46:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T09:01:37.000Z (over 1 year ago)
- Last Synced: 2023-12-07T10:37:00.765Z (over 1 year ago)
- Language: Python
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle
A Python wordle game.
This script recreates the popular game "Wordle" in Python within the CLI. You will be given five guesses to guess a random five-letter word, the script will also let you know if you're on the correct path, just follow the instructions.