A simple and fast-paced reflex-based browser game where the player must click the active box as quickly as possible before time runs out.
Built using HTML, CSS, and JavaScript, this project demonstrates core concepts of DOM manipulation, event handling, and timing logic.
๐ https://quanta1910.github.io/GridReflexGame/
- A grid of boxes is displayed
- One box becomes active randomly
- Click the active box to score points
- Each correct click increases your score
- The game runs on a limited timer โณ
- HTML5
- CSS3
- JavaScript (Vanilla)
GridReflexGame/ โโโ index.html โโโ style.css โโโ script.js โโโ README.md
-
Clone the repository git clone https://github.com/Quanta1910/GridReflexGame.git
-
Open the project folder
-
Run the game by opening
index.htmlin your browser
Dhruv Gupta
โญ If you like this project, consider giving it a star.