A terminal based clone to the popular online word puzzle game, WORDLE π©π¨π
-
The program will randomly choose a 5-letter word.
-
You have 6 chances to guess the chosen word.
-
Type any 5-letter word of your choice.
NOTE:
π¨ YELLOW boxed letter β Entered letter is present, but in the wrong position.
π© GREEN boxed letter β Entered letter is present and in the right position.
![]() β When you get a right word |
![]() β When its a wrong word |
Clone the Repository & navigate into the directory
git clone https://github.com/siliconvolley/cordle.git
cd cordle
Use Make to compile and execute
make
Compile the code
gcc -o bin/main.exe src/main.c
Start the game
./bin/main.exe