Project
Interactive JavaScript Game · 2024

HangMan is a browser-based word guessing game where the player tries to uncover a hidden word by guessing letters. Each wrong guess brings the hangman closer to being completed, so the goal is to solve it in as few mistakes as possible.
This project was built to practice DOM manipulation, game state management in JavaScript, and responsive UI styling with HTML/CSS. It also focuses on clear feedback for the player (correct / incorrect guesses, remaining attempts) and overall accessibility.