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
- Host: GitHub
- URL: https://github.com/younusaliakash/vanilla-js-hangman-game
- Owner: younusaliakash
- Created: 2023-03-01T15:18:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T15:33:41.000Z (about 2 years ago)
- Last Synced: 2025-02-01T05:23:12.027Z (4 months ago)
- Topics: css, dom-manipulation, game, html, javscript, svg
- Language: JavaScript
- Homepage:
- Size: 220 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()