Skip to content

sandeep-adireddi/wordle_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle_go

Wordle game in go language played in cli

Instructions

  1. You have to guess the Wordle in six goes or less
  2. A correct letter turns green
  3. A correct letter in the wrong place turns yellow
  4. An incorrect letter turns red
  5. Letters can be used more than once

Installtion

Install Go language from here Clone the repository run command

go run main.go