https://github.com/lauble/wordgame
word guessing game (hangman style)
https://github.com/lauble/wordgame
bootstrap dom-manipulation javascript-html-css
Last synced: 9 months ago
JSON representation
word guessing game (hangman style)
- Host: GitHub
- URL: https://github.com/lauble/wordgame
- Owner: lauble
- Created: 2023-05-04T17:23:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T18:46:55.000Z (over 2 years ago)
- Last Synced: 2025-02-06T05:27:15.189Z (11 months ago)
- Topics: bootstrap, dom-manipulation, javascript-html-css
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Word Guessing Game
Built with JavaScript, HTML, CSS and Bootstrap
### Features
- [x] Start button gets random word from API
- [x] Reset button clears the game
- [x] Quit button displays game over message
- [x] Users can choose word length
- [ ] Word appears letter by letter as user guesses correctly
- [ ] Users can guess a letter
- [ ] Users can guess a word