Skip to content

4zv4l/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle

wordle game in Go

rules

- You have 5 guesses
- You can only guess using 5 letters words
- You can only guess using lowercase letters
- Green means correct at the right position
- Blue means correct at the wrong position
- Red means incorrect

Give a filename in argument to have more words
ex : ./wordle.exe words.txt

Good luck!

Screenshot

wordle