https://github.com/supriya-2004/hangman-game
https://github.com/supriya-2004/hangman-game
basic-programming essential
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/supriya-2004/hangman-game
- Owner: supriya-2004
- Created: 2025-04-07T11:36:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-12T17:35:07.000Z (11 months ago)
- Last Synced: 2025-06-28T15:43:00.334Z (9 months ago)
- Topics: basic-programming, essential
- Language: JavaScript
- Homepage: https://supriya-2004.github.io/Hangman-Game/main.html
- Size: 3.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# đšī¸ Hangman Game
A simple browser-based **Hangman** game built with **HTML**, **CSS**, and **JavaScript**.
---
## đŽ How to Play
- Press any **letter key** to guess.
- Correct guesses will fill in the word.
- Wrong guesses reduce your remaining tries.
- Game ends when you guess the word or run out of tries.
- A new game starts automatically after each round.
---
## đ§ Tech Stack
- **HTML** â Page structure
- **CSS** â Styling and layout
- **JavaScript** â Game logic and interaction
---
## â
Learning Outcomes
- Strengthened understanding of **DOM manipulation** using JavaScript.
- Practiced **event handling** through keyboard inputs.
- Applied **array methods** and **conditionals** to build game logic.
- Enhanced skills in structuring a responsive layout with **flexbox**.
- Gained experience in creating an interactive, user-friendly browser game.
---
## đ Conclusion
This project was a fun and effective way to practice core web development skills. It demonstrates how **HTML**, **CSS**, and **JavaScript** can work together to build an interactive game. The Hangman game also highlights how simple logic and user interaction can be combined to create engaging browser experiences.