Skip to content

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.

License

Notifications You must be signed in to change notification settings

psudo-dev/hangman-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman Game

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.

Table of Contents

About

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.

Live Demo

Hangman Game (demo)

Original exercise (demo)

Built Using

  • HTML
  • CSS
  • Javascript

Features

  • 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

Credits

Author

@psudo-dev

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published