Hangman
Create a game similar to Hangman in which a player guesses letters to try to replicate a hidden word. Be sure to use the following criteria. Store at least eight words in an array [each word should be 5 or more characters] Randomly select one to be the hidden word. Initially, display the hidden word […]