Skip to content

Orbifoldt/wordle-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages