Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.06 KB

Hangman Game

This is a simple Hangman game implemented using HTML, CSS, and JavaScript. Screenshot 2024-03-15 193608

How to Play

  1. Open index.html in your web browser.
  2. The game will start automatically.
  3. Guess letters by clicking on them or typing them on your keyboard.
  4. You have a limited number of attempts to guess the word correctly.
  5. If you guess the word correctly within the given attempts, you win. Otherwise, you lose.

Features

  • Random word selection from a predefined list.
  • Visual representation of the hangman.
  • User-friendly interface.

Files

  • index.html: HTML file containing the structure of the game.
  • style.css: CSS file containing the styles for the game.
  • script.js: JavaScript file containing the game logic.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Credits

This Hangman game was created by Piyush Sahu.

License

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