Skip to content

Elixir for Programmers, Second Edition Course by Dave Thomas

Notifications You must be signed in to change notification settings

raulpe7eira/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman

This repository is the code corresponding to the Elixir for Programmers, Second Edition lab by Dave Thomas.

There are many components in this repository, all of than focus to build a Hangman Game.

Structure

Hangman's Structure

Components

Dictionary

This backend component reads a random word for the Hangman Game.

Dictionary's Snapshot

🔗 More details

Hangman

This backend component has the logic engine for the Hangman Game.

Dictionary's Snapshot

🔗 More details

Text Client

This frontend project builds Hangman UI using Command Lines.

Text client's Snapshot

🔗 More details

B1

This frontend project builds Hangman UI using HTML pages.

B1's Snapshot

🔗 More details

Memory

This project is to get to know the Phoenix LiveView.

Memory's Snapshot

🔗 More details

B2

This frontend project builds Hangman UI using LiveView.

B2's Snapshot

🔗 More details