/terminal-hangman-game

Hang (with) your friends in the terminal!

Primary LanguageTypeScript

Hang (with) your friends in the Terminal!

Playing the hangman game in the terminal. First word is Recall, and its gueses correctly which triggers a "Congratulations! You won!" text. Second word is Minerals, which is not guessed correctly and triggers a message that says "You lost! The word was Minerals"

Setup

npm install

Run it

npm run build
npm start