Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanketmaru/timers
Timers in Javascript
https://github.com/sanketmaru/timers
Last synced: 4 days ago
JSON representation
Timers in Javascript
- Host: GitHub
- URL: https://github.com/sanketmaru/timers
- Owner: sanketmaru
- Created: 2015-05-17T17:58:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T18:17:58.000Z (over 9 years ago)
- Last Synced: 2024-12-04T16:49:39.328Z (23 days ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timers
This repository contains a simple game on a grid where
a. User has to click on a grid for 3 seconds.
b. If User doesn't click in 3 seconds he loses
c. If he clicks , user has to click next grid cell with in 3 seconds.
The main purpose of the repo is to showcase the use of functions setTimeout , setInterval and clearInterval.
All three timer functions are used.Grid and Timer functions are configurable where user has to just pass the number of grid rows and columns in grid.js.
The timer is also configurable and timeout in milliseconds can be passed to the timer.js