A command-line Wordle game, wrote it for fun in a few hours
git clone https://github.com/yourusername/wordle-cli.git
cd wordle-climake runor
make build
./dist/wordlego run cmd/wordle/main.go- Guess a 5-letter word
- 🟩 Green = correct letter, correct position
- 🟨 Yellow = correct letter, wrong position
- ⬜ Gray = letter not in word
- Win in 6 tries or less