Hangman game to be played in a command-line interface. By Jim Farrugia and Natasha Khatri
Stars
3
Forks
3
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
also added variable to store maximum attemps (@attempts_allowed) in last commit. Updated readme.
73fd42eView on GitHubAdded calls for ascii art to endpoints for invalid guess to display when user has lost at least one life
e3b4625View on GitHubedited comments. removed redundant handling of spaces when building progress array in setup method
12dead2View on GitHubcreated method, ascii_img(file_name) for building ascii image path and reading file. DRY(er) code.
990b54bView on GitHubadded ascii image to victory screen. ascii depictions of lives-left now displays on correct guess if player has lost at least one life.
8a86fb1View on GitHubadded ascii text files, added a few lines to the incorrect-guess endpoint to display ascii depictions of lives left
92818d3View on GitHubfixed path error to ascii dir by using File.join to build path in welcome method; title
8cdcb64View on GitHub