A simple terminal-based Wordle game written in Python.
- Randomly picks a 5-letter word from
/usr/share/dict/words. - You have 6 attempts to guess the correct word.
- After each guess, you'll get color-coded feedback:
- 🟩 Green – correct letter in the correct position
- 🟨 Yellow – correct letter in the wrong position
- ⬛ Black – incorrect letter
From the root directory:
python -m src.main