Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lauble/wordgame
word guessing game (hangman style)
https://github.com/lauble/wordgame
bootstrap dom-manipulation javascript-html-css
Last synced: 28 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-02T18:46:55.000Z (over 1 year ago)
- Last Synced: 2024-10-25T10:04:22.350Z (3 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