Hangman Game on Node Command Line
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
Put in the logic to say you've already picked that letter
45b3c8fView on GitHubUpdating Word. I still need to figure out how to get the next word to repeat. I think it's because I need to have function with inquirer on index.js but how do I get to emptyWord? I think I need to return empty word.
0e19861View on GitHubYES BITCH. I GOT THE QUESTIONS TO WORK IN THE RIGHT ORDER. PRAISE.
3ba50e7View on GitHubGame is looking good. Need to have it end after all the letters are guessed or break when the number of errors has been reached.
c48612eView on GitHubinquirer repeat works when you take it out of the Word constructor
9ff52ddView on GitHubcreated Letter check and Letter update. Need to repeate game in loop.
5530de6View on GitHub