Wordle.CMD
Is the disappointing cousin you didn’t ask for, but got anyway.
It runs in your terminal on macOS, Windows, and Linux.
- Randomly selects a 5-letter word from
english.txt - 5 attempts to guess the word
- Color-coded feedback:
- 🟩 Green = correct letter, correct spot
- 🟨 Yellow = correct letter, wrong spot
- ⬜ Normal = not in the word
- Win screen 🎉 or reveal at the end
- Runs in your terminal, no browser required!
- Run the program.
- Type your 5-letter guess.
- Watch the colors:
- 🟩 = right letter, right spot
- 🟨 = right letter, wrong spot
- ⬜ = nope
- You have 5 tries to guess the word.
Make sure you have g++ installed:
g++ -std=c++11 -o wordle main.cpp
./wordleg++ -std=c++11 -o wordle.exe main.cpp
wordle.exe