Skip to content

A fun and challenging terminal word puzzle game 🟨🟩

License

Notifications You must be signed in to change notification settings

siliconvolley/cordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Welcome Screen

About

A terminal based clone to the popular online word puzzle game, WORDLE πŸŸ©πŸŸ¨πŸ” 

Instructions

  • 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.

Wrong Word Screen
βœ… When you get a right word
Correct Word Screen
❌ When its a wrong word

Installation

Clone the Repository & navigate into the directory

git clone https://github.com/siliconvolley/cordle.git
cd cordle

Use Make to compile and execute

make

OR

Compile the code

gcc -o bin/main.exe src/main.c

Start the game

./bin/main.exe

About

A fun and challenging terminal word puzzle game 🟨🟩

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published