- Go through the Elixir for Programmers course.
- Add the Hangman game core logic.
- Work on different client implementations for the game.
- Update this
README.md
file when done.
I'm leaving this Repo available mostly for my own reference.
The game and all of its different clients can be found inside the hangman root folder.
Folder | Contents |
---|---|
client_cli | A CLI client for the game |
client_html | An HTML client for the game |
client_live_view | Similar to the HTML client, but using Phoenix LiveView |
dictionary | An application to generate random words and a dependency for the hangman game |
extras | Includes my solution for a fibonacci challenge present in the course |
hangman | An application containing the core logic for the game |