Wordle is a word-guessing game where you try to guess a five-letter word.
Read more on Wikipedia.
-d <dictionary-path>
: Specify the path to a custom dictionary file.-w <word>
: Choose manually a word to guess.-e
: Enable endless guesses mode.-k
: Disable keyboard display.-h
: Display help message.
The game uses a dictionary file to validate the words entered by the player. By default, the game uses the "dict/english.txt" file as the dictionary. You can specify a different dictionary file using the -d
option.
The easiest way to build the game is with make
. To get started, follow the instructions here. Note that while the game has not been tested on macOS, it should work in theory.