Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 408 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 408 Bytes

Wordle game (CLI version)

This is just a Wordle game of CLI version.

I hope you enjoy it.

If you have any feedback, idea or blame, please feel free to share with me.

It would be good to me. Thank you!

To play this game:

$ iex -S mix 
iex(1)> WordleCli.ConsoleApp.main(0)

or

$ cd (this-project)
$ ./wordle_cli

Screenshots

shot1

shot2