An interactive falling‑platform survival game built using HTML, CSS, and JavaScript, with live scoring, touch controls for mobile, sound effects, and a stylish UI.
- 🎯 Live Score Display – Points increase as you survive longer.
- 🎨 Modern Glassmorphism Design – Clean & attractive game area.
- 🕹️ Keyboard & Touch Controls – Works on desktop and mobile.
- 🔊 Sound Effects – Click sounds & game‑over sound for engagement.
- 👤 Credit – Developed by Karthik Shet.
- HTML5 – Game structure
- CSS3 – Game area styling, responsive UI
- Vanilla JavaScript – Game logic, scoring, controls
-
Clone the repository:
git clone https://github.com/karthikrshet/DropMaster-Game.git
-
Open
index.htmlin a browser. -
Move the red ball left/right using:
- Arrow keys (Desktop)
- On‑screen buttons (Mobile)
-
Avoid falling off platforms – survive as long as you can!
- Add power‑ups (slow fall, double points).
- Add restart button (without refreshing the page).
- Add background music & difficulty levels.