An open API service indexing awesome lists of open source software.

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

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.