https://github.com/devblin/speed-touch
A speed touching game, to tap numbers in ascending order
https://github.com/devblin/speed-touch
css dom-manipulation game html javascript
Last synced: 3 months ago
JSON representation
A speed touching game, to tap numbers in ascending order
- Host: GitHub
- URL: https://github.com/devblin/speed-touch
- Owner: devblin
- Created: 2020-04-17T20:12:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T05:33:23.000Z (about 4 years ago)
- Last Synced: 2025-01-10T09:45:51.081Z (about 1 year ago)
- Topics: css, dom-manipulation, game, html, javascript
- Language: JavaScript
- Homepage: https://devblin.github.io/speed-touch
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speed Touch
A Web-Dev task (TASK - 1) given by Delta, to make a counting game to check user's tapping speed for numbers in ascending order.
1. Normal Mode (by default) contains 5×4 Grids with total 40 number to count upto.
2. Top-Five scores are stored locally and are available at home page of game.
3. Hacker-Mode takes input by user to count upto and shows the Time-Score.
4. Hacker-Mode2 withh 6x6 grid.
5. Hacker-Mode++