https://github.com/nripstein/wordle
A colour-accurate command-line implementation of the addictive word-guessing game in Python.
https://github.com/nripstein/wordle
terminal-game wordle-game
Last synced: over 1 year ago
JSON representation
A colour-accurate command-line implementation of the addictive word-guessing game in Python.
- Host: GitHub
- URL: https://github.com/nripstein/wordle
- Owner: nripstein
- Created: 2023-02-18T05:56:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T19:08:44.000Z (over 3 years ago)
- Last Synced: 2025-01-19T10:45:12.502Z (over 1 year ago)
- Topics: terminal-game, wordle-game
- Language: Python
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle
A colour-accurate command-line implementation of the addictive word-guessing game in Python.
## Screenshot of Gameplay
## How to Play
1. Run the main.py file. Set the desired answer as an argument for the run_game() function, or leave it blank for a random one to be selected
2. Enter a five-letter word as your guess.
3. The game will indicate which letters are correct and in the correct position (marked in green) and which letters are correct but in the wrong position (marked in yellow).
Keep guessing until you either win or run out of tries.