Skip to content

marcusaasjensen/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle game

Famous Wordle game programmed in C.

Works for Windows and Linux.

On Windows:

  • BLUE letters are inside the word but in an incorrect position.
  • GREEN letters are in the right position of the word.

On Linux:

  • YELLOW letters are inside the word but with an incorrect position.
  • BLUE GREEN letters are in the right position of the word.

White letters are not inside in the word at all.

Enjoy!

Project by Marcus Aas Jensen, made for practicing C.