To start IEx and compile the code run:
iex -S mix
Then start the game as follows:
WordleGame.play()
You will be prompted for you guesses, try to guess the word before you run out of tries, good luck!
Note that Windows can't deal with emoji, even iex in PowerShell 7 seems to have trouble with printing simple UTF8 encoded strings. For the optimal experience use some other shell.
To run the tests
mix test
Currently the only guesses you can make are TRACE, ROUTE and ROBOT. TODO: add this dictionary.txt