This was inspired by an exercise from the course The Modern Javascript Bootcamp. But as an exercise, I tried to rewrite it from scratch, as a mid-course self challenge.
Some of the mechanism of the game is basically the same we had in class, but I've tried to make it into a real game. So I added a starting page, useful messages to the player and also a game summary.
Since it doesn't really ressemble the original exercise I decided to host it in a separated repository.
Hangman Game (demo)
Original exercise (demo)
- HTML
- CSS
- Javascript
- Added a starting page for the game
- Clean UI and styling
- Added useful messages for the player
- How many guessed left
- If the letter was already typed
- If the player pressed a key that wasn't a letter
- The correct word
- Added display for the guessed letters
- Spacebar as part of the UI
- Tips for the player
- Game Summary by the end of the game
- Correct guesses
- How many tips were used
This project is licensed under the MIT License - see the LICENSE.md file for details