https://github.com/ramazancetinkaya/hangman-game
A modern and responsive Hangman game built using HTML5, CSS, and JavaScript.
https://github.com/ramazancetinkaya/hangman-game
css hangman hangman-game hangman-javascript html5 javascript responsive
Last synced: 8 months ago
JSON representation
A modern and responsive Hangman game built using HTML5, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/ramazancetinkaya/hangman-game
- Owner: ramazancetinkaya
- License: mit
- Created: 2025-01-04T12:43:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T15:09:43.000Z (10 months ago)
- Last Synced: 2025-01-13T21:16:30.264Z (9 months ago)
- Topics: css, hangman, hangman-game, hangman-javascript, html5, javascript, responsive
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hangman Game

[](https://github.com/ramazancetinkaya/hangman-game/stargazers)
[](https://github.com/ramazancetinkaya/hangman-game/issues)
[](https://github.com/ramazancetinkaya/hangman-game/network/members)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.
## Live Demo π
**Play the game instantly via GitHub Pages!**
[](https://ramazancetinkaya.github.io/hangman-game)
---
## Features
- **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.## Technologies Used
- **HTML5** for structure
- **CSS3** for styling (responsive design and animations)
- **JavaScript** for interactivity## Installation
To get a local copy up and running, follow these simple steps:
### Prerequisites
- A modern web browser (Google Chrome, Firefox, Edge, etc.)
### Clone the Repository
1. Clone the repository:
```bash
git clone https://github.com/ramazancetinkaya/hangman-game.git
```2. Navigate to the project folder:
```bash
cd hangman-game
```3. Open `index.html` in your browser:
```
Open index.html in any modern browser.
```## Usage
1. Select a category and difficulty level.
2. Guess letters to reveal the hidden word.
3. Avoid making more than 6 incorrect guesses, or the game ends.
4. Enjoy the challenge and try different categories!## File Structure
```
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
```## Contributing
Contributions are welcome! Please feel free to submit a pull request or open an issue for any enhancements or bug fixes.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
## Acknowledgments
- Inspired by the classic Hangman game.
- Built with passion and love for coding.
- Designed and developed with π by [Ramazan Γetinkaya](https://github.com/ramazancetinkaya).