๐ฎ Hangman Game
A classic Hangman game built using HTML, CSS, and JavaScript. Guess the hidden word one letter at a time, but be careful โ too many wrong guesses and the stickman meets his fate!
๐ Features
โ Interactive word guessing
โ Dynamic UI updates (correct & wrong letters)
โ Stickman drawing for wrong guesses
โ Responsive design for all screen sizes
โ Simple, lightweight, and fun ๐
๐ ๏ธ Tech Stack
HTML5 โ Structure of the game
CSS3 โ Styling & responsive design
JavaScript (Vanilla JS) โ Game logic & interactivity
๐ Project Structure hangman-game/ โโโ index.html # Main HTML file โโโ style.css # Styling โโโ script.js # Game logic โโโ README.md # Project documentation
๐ฎ How to Play
Open the game in your browser.
A random word is chosen secretly.
Guess the letters by typing/clicking.
For every wrong guess, part of the hangman is drawn.
Win by guessing the word before the hangman is complete!
๐ Getting Started 1๏ธโฃ Clone the repo git clone https://github.com/your-username/hangman-game.git
2๏ธโฃ Open in browser
Just double-click index.html to run the game locally.
โจ Future Enhancements
๐ต Add sound effects
๐ Word categories (Animals, Countries, etc.)
๐จ Dark mode / Theme switcher
๐ฅ Multiplayer mode
๐ค Contributing
Pull requests are welcome! For major changes, please open an issue first to discuss what youโd like to change.
๐ License
This project is licensed under the MIT License.