Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 950 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 950 Bytes

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.