Skip to content

rafaelbiten/course-elixir-for-programmers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning Elixir

[COURSE] Elixir for Programmers

  • 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.

Folder Structure

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

About

Going through the Elixir for Programmers course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published