Orbifoldt / wordle-elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordle

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.

Testing

To run the tests

mix test

Limitations

Currently the only guesses you can make are TRACE, ROUTE and ROBOT. TODO: add this dictionary.txt

About


Languages

Language:Elixir 100.0%