A Go language version of Wordle.
$ go build gordle.go
$ ./gorgle
- 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.