/inTERN-TRAINING

INTERNSHIP training on git hub in Zidio development company

Primary LanguageJavaScript

Hangman Word Game

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 CDScreenshot 2024-05-26 215908

Demo

You can play the game live here.

Features

  • 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

Installation

To get a local copy up and running, follow these simple steps:

  1. Clone the repository
    git clone https://github.com/IotchulindraRai/inTERN-TRAINING.git
    
    

project structure

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