This is a simple Hangman game implemented using HTML, CSS, and JavaScript.
- Open
index.html
in your web browser. - The game will start automatically.
- Guess letters by clicking on them or typing them on your keyboard.
- You have a limited number of attempts to guess the word correctly.
- If you guess the word correctly within the given attempts, you win. Otherwise, you lose.
- Random word selection from a predefined list.
- Visual representation of the hangman.
- User-friendly interface.
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.
- HTML
- CSS
- JavaScript
This Hangman game was created by Piyush Sahu.
This project is licensed under the MIT License - see the LICENSE file for details.