A simple Wordle clone built with pure bash.
$ bash <(curl -s https://raw.githubusercontent.com/Cyan903/Worble/main/worble)
$ worble help
$ worble ./path/to/custom-word-bank
# Show the word before starting the game
$ CHEAT=1 worble
$ make check
$ make dev