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

https://github.com/younusaliakash/vanilla-js-hangman-game

Select a letter to figure out a hidden word in a set amount of chances
https://github.com/younusaliakash/vanilla-js-hangman-game

css dom-manipulation game html javscript svg

Last synced: 2 months ago
JSON representation

Select a letter to figure out a hidden word in a set amount of chances

Awesome Lists containing this project

README

        

## Hangman Game

Select a letter to figure out a hidden word in a set amount of chances

## Project Specifications

- Display hangman pole and figure using SVG
- Generate a random word
- Display word in UI with correct letters
- Display wrong letters
- Show notification when select a letter twice
- Show popup on win or lose
- Play again button to reset game

hangman game