A terminal-based Wordle clone -> guess a random 5-letter word in 6 tries. Features color-coded feedback (green/yellow/grey), a positional hint, word validation against a 5,757-word list, and a score system.
- Compile:
gcc Wordle.c -o Wordle - Make sure
WordsList.txtis in the same directory - Run:
Wordle.exe
Note: Windows only. See top of
Wordle.cfor Linux porting notes.