๐ฎ Reflex Dodge
A fast-paced arcade survival game where every second tests your reflexes. Dodge the falling blocks, survive as long as you can, and beat your own high score.
๐น๏ธ About the Game
Reflex Dodge is a simple yet addictive browser game built using HTML, CSS, and JavaScript. The player controls a block that can move left and right while obstacles continuously fall from the top of the screen. The goal is straightforward: donโt get hit.
What starts off easy quickly becomes intense as the game speeds up over time, pushing the playerโs reaction skills to the limit. The game focuses on clean mechanics, smooth gameplay, and a satisfying arcade-style experience.
โจ Features
โฌ ๏ธโก๏ธ Smooth left/right player movement
โฌ๏ธ Randomly generated falling obstacles
๐ฅ Collision detection with instant game over
๐ Difficulty increases over time
๐งฎ Score based on survival time
๐ Best score saved using localStorage
๐ Restart option after game over
๐จ Clean, modern arcade-style UI
๐ Built With
HTML โ Game structure and layout
CSS โ Styling, animations, and visual polish
JavaScript โ Game logic, collisions, scoring, and storage
๐ Live Demo
๐ Play here: https://jayant20077.github.io/reflex-dodge/
๐ Project Structure reflex-dodge/ โโโ index.html โโโ style.css โโโ script.js
๐ง What I Learned
Handling keyboard input for gameplay
Implementing collision detection
Managing game loops and difficulty scaling
Using localStorage for persistent high scores
Designing a complete game flow from start screen to game ove