Skip to content

nwillc/gordle

Repository files navigation

License CI Releases

Gordle

A Go language version of Wordle.

Running

$ go build gordle.go
$ ./gorgle

screenshot

Notes

  • I use Red/Amber/Green rather than Gray/Gold/Green.
  • If some of this Go looks odd that might be because I'm using the 1.18+ generics and my genfuncs package.
  • I'm still not happy with the word list I created dict.txt. Using a dictionary API I removed proper names, and place names but more to do. Looking at past Wordle words though don't completely like their curation either.
  • No hard mode.

About

A Go language CLI implementation of Wordle

Resources

License

Stars

Watchers

Forks

Languages