A simple terminal based Wordle I built using Ratatui and CrossTerm
How to run:
git clone https://github.com/sameersharmadev/wordle.git
cd wordle
cargo runHow to Play:
- Just type a 5 letter a word.
- Yellow = letter exist but wrong position
- Green = letter is correctly placed
- Reach secret word Simple stuff
The game uses words.txt in the project directory as its word list.