Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 361 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 361 Bytes

Hangman Project.

Bonus: Plays a sound when the user wins a point, and a different sound when the user loses (but losing does not remove a point, the game is not punitive).

The user starts with 10 guesses per word, and loses one guess for each incorrect letter.

Bonus: I added hints for the user, each hint is matched to each answer.

Here is a modification.