In this week's assignment, you will create a hangman command-line game using constructor functions. Letter.js: Contains a constructor, Letter. This constructor should be able to either display an ...
Hangman is a simple game that revolves around guessing a randomly chosen word. The player gets to choose an alphabet every round. If the alphabet does not exist in the chosen word, the player will ...