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

https://github.com/bocaletto-luca/hangman-two-player

Hangman Web Game Two Player VS is a browser-based multiplayer version of the classic Hangman game. One player enters a secret word, and the other guesses letters to uncover it. Enjoy interactive gameplay, score tracking, and a responsive interface—all built with HTML5, CSS3, and JavaScript. Developed by Bocaletto Luca.
https://github.com/bocaletto-luca/hangman-two-player

bocaletto-luca bootstrap css3 game gplv3 hangman html5 javascript multidevice multiplayer open-source responsive twoplayer videogame vs webgame wordgame

Last synced: about 1 month ago
JSON representation

Hangman Web Game Two Player VS is a browser-based multiplayer version of the classic Hangman game. One player enters a secret word, and the other guesses letters to uncover it. Enjoy interactive gameplay, score tracking, and a responsive interface—all built with HTML5, CSS3, and JavaScript. Developed by Bocaletto Luca.

Awesome Lists containing this project

README

          

# Hangman Web Game Two Player VS

![HTML5](https://img.shields.io/badge/HTML5-E34F26?logo=html5&style=for-the-badge)
![CSS3](https://img.shields.io/badge/CSS3-1572B6?logo=css3&style=for-the-badge)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript&style=for-the-badge)
![WebGame](https://img.shields.io/badge/WebGame-Hangman-blue?style=for-the-badge)
![Project Completed](https://img.shields.io/badge/Project-Completed-green?style=for-the-badge)
![GPLv3](https://img.shields.io/badge/License-GPLv3-blue?style=for-the-badge)

## Overview

**Hangman Web Game Two Player VS** brings the classic word-guessing game to your browser in a head-to-head multiplayer format. In this version, one player submits a secret word while the opponent guesses letters to reveal it. Featuring an interactive interface, real-time score tracking, and responsive design, this web game is built entirely with HTML5, CSS3, and JavaScript.

## Installation

No installation is required. Simply host the files on any HTTP/HTTPS server (e.g., using Apache or GitHub Pages) and open `index.html` in your browser.

## Usage

- **Game Objective:**
One player sets a secret word, and the opponent tries to guess it letter by letter. Each incorrect guess brings the hangman closer to completion, while correct guesses reveal the hidden word.

- **Game Flow:**
1. **Setup:** Player One enters a secret word (this can be hidden from Player Two).
2. **Guessing:** Player Two selects letters to guess the word.
3. **Scoring:** Points are awarded based on correct guesses and remaining chances.
4. **Rounds:** After a round, roles can be swapped to let both players enjoy the challenge.

- **Controls:**
Use your keyboard or on-screen buttons for letter selection, and follow the interactive prompts during gameplay.

## Technologies Used

- **HTML5** – Establishes the structure and semantic layout.
- **CSS3** – Provides styling, layout design, and smooth transitions.
- **JavaScript** – Handles the game logic, input processing, and scoring system.
- **Custom Hangman Engine** – Implements secret word handling, letter matching, and win/lose detection.
- **Bootstrap 5** – Ensures a modern, responsive user interface.

## License

This project is released under the [GPLv3 License](https://www.gnu.org/licenses/gpl-3.0.en.html).

## Author

**Bocaletto Luca**
[GitHub](https://bocaletto-luca.github.io) • [Official Site](https://bocalettoluca.altervista.org)

---

Enjoy challenging your friends in this head-to-head Hangman duel!