Skip to content

davinash/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle

simple wordle in golang

how to build and run

go build -o wordle wordle.go

Usage of ./wordle:
    -attempt int 
        Number of attempts (default 6)
    -dict-file string
        Dictionary file with words seperated by newline (default "/usr/share/dict/words")
    -word-len int
        Minimum length of the word (default 5)

About

simple world in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages