https://github.com/younusaliakash/vanilla-js-typing-game
Game to beat the clock by typing random words
https://github.com/younusaliakash/vanilla-js-typing-game
css dom-manipulation html javascript
Last synced: 2 months ago
JSON representation
Game to beat the clock by typing random words
- Host: GitHub
- URL: https://github.com/younusaliakash/vanilla-js-typing-game
- Owner: younusaliakash
- Created: 2023-03-05T17:25:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T15:19:35.000Z (about 2 years ago)
- Last Synced: 2025-02-01T05:23:06.732Z (4 months ago)
- Topics: css, dom-manipulation, html, javascript
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Speed Typer Typing Game
Game to beat the clock by typing random words
## Project Specifications
- Create game UI including a difficuly setting
- Generate random word and place in DOM
- Score increase after word is typed
- Implement timer
- Add certain amount of time after word is typed based on difficulty
- Store difficulty setting in local storage