A command-line interface version of everyone's favourite 5-letter-word-guessing game
$ go get github.com/j985chen/cli-ordle
# To play a game
$ ./cliordle play
# To change gameplay settings
$ ./cliordle settings [--highContrast={true|false}] [--hardMode={true|false}]
# To view player stats
$ ./cliordle stats
- Implement hard mode
- The original Wordle game, for the initial inspiration & many moments of entertainment and frustration
- cwackerfuss's react-wordle, for the wordlist & code for guess-processing