Terminal based Wordle game inspired by https://www.powerlanguage.co.uk/wordle/ and created for the Women Who Code Tokyo Creative Coding Study Session #1
Compile
cd src
go build
Run
./go-wordle
You can edit the files under src/data
. A dictionary file should contain 5 letter words, one on each line.
Word list from https://github.com/hannahcode/wordle
See CONTRIBUTING.md