Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 1.35 KB

README.md

File metadata and controls

59 lines (30 loc) · 1.35 KB

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