Wordle game in go language played in cli
- You have to guess the Wordle in six goes or less
- A correct letter turns green
- A correct letter in the wrong place turns yellow
- An incorrect letter turns red
- Letters can be used more than once
Install Go language from here Clone the repository run command
go run main.go