A modern and interactive Hangman game built using HTML, CSS, and JavaScript, featuring a rich UI, multiple difficulty levels, animated gameplay, and an extensive vocabulary dataset across various domains.
- Multi-Difficulty System โ Words categorized into Easy, Medium, Hard, and Expert levels.
- Large Word Dataset โ 100+ words across domains like Science, Technology, Geography, Literature, etc.
- Hint System โ Each word comes with a meaningful hint to assist the player.
- Visual Hangman Drawing โ Progressive drawing of the hangman with each wrong guess.
- Interactive Keyboard UI โ On-screen keyboard with visual feedback for correct and incorrect guesses.
- Score Tracking โ Tracks wins, losses, and current streak dynamically.
- Animated UI Effects โ Includes shake effects, glow animations, and confetti on win.
- Responsive Design โ Works smoothly across desktop and mobile devices.
Hangman_Game/
โโโ index.html
- HTML5
- CSS3
- JavaScript
- Clone the repository:
git clone https://github.com/Agent-A345/Hangman_Game.git
- Open the project and navigate to the file:
cd index.html
- Run the game in any modern browser
Desktop Controls
- Keyboard AโZ โ Guess letters
UI Controls
- Click letters using the on-screen keyboard
- Click New Game to restart
- Word is randomly selected from dataset
- Each word includes:
- Category
- Hint
- Difficulty level
- Progress bar and lives update dynamically
- Wrong guesses are tracked and displayed
- Multiplayer mode
- Timer-based gameplay
- Leaderboard system
- Sound effects toggle
- Custom word input mode