Hangman
A JavaScript implementation of the classic Hangman game, based on lots of set calculations and the Functional Core, Imperative Shell paradigm.
To do:
- Add UI elements - sounds, etc.
- Expand draw_game to show Death and Victory better
- Add BDD to test functionality
- Expand Dictionary