A simple and interactive Hangman word game built with HTML, CSS, and JavaScript. Players try to guess the hidden word by suggesting letters within a limited number of guesses. learn from this training class on git and github with CI and CD
You can play the game live here.
- Interactive hangman graphics
- Dynamic word and hint display
- Keyboard interface for letter selection
- Incorrect guesses counter
- Modal dialog for game over and play again options
To get a local copy up and running, follow these simple steps:
- Clone the repository
git clone https://github.com/IotchulindraRai/inTERN-TRAINING.git
hangman-word-game/ ├── images/ │ ├── hangman-0.svg │ ├── hangman-1.svg │ ├── hangman-2.svg │ ├── hangman-3.svg │ ├── hangman-4.svg │ ├── hangman-5.svg │ ├── hangman-6.svg │── style.css ├── script.js ├── index.html