Hangman Game is an engaging and interactive word-guessing game designed for the web. Built using HTML5, CSS, and JavaScript, it combines a sleek, user-friendly interface with responsive design to provide a seamless gaming experience across devices. Explore diverse word categories and test your vocabulary skills in a fun and challenging way.
Play the game instantly via GitHub Pages!
- Dynamic Word Categories: Choose from various categories such as Technology, Sports, Movies, and more.
- Difficulty Levels: Easy, Medium, and Hard difficulty settings for all word categories.
- Responsive Design: Fully optimized for desktops, tablets, and mobile devices.
- Interactive UI: Smooth animations and clear visuals for an engaging user experience.
- Error Handling: Proper feedback for missing or corrupted data.
- HTML5 for structure
- CSS3 for styling (responsive design and animations)
- JavaScript for interactivity
To get a local copy up and running, follow these simple steps:
- A modern web browser (Google Chrome, Firefox, Edge, etc.)
-
Clone the repository:
git clone https://github.com/ramazancetinkaya/hangman-game.git
-
Navigate to the project folder:
cd hangman-game
-
Open
index.html
in your browser:Open index.html in any modern browser.
- Select a category and difficulty level.
- Guess letters to reveal the hidden word.
- Avoid making more than 6 incorrect guesses, or the game ends.
- Enjoy the challenge and try different categories!
hangman-game/
├── index.html # Main HTML file
├── style.css # CSS file for styling
├── script.js # JavaScript for game logic
├── words.json # Word data (categories and difficulties)
└── README.md # Project documentation
Contributions are welcome! Please feel free to submit a pull request or open an issue for any enhancements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for more details.
- Inspired by the classic Hangman game.
- Built with passion and love for coding.
- Designed and developed with 💖 by Ramazan Çetinkaya.