A fun, browser-based clone of the classic Flappy Bird game, built using HTML5 ,CSS3 and Vanilla JavaScript.
- Press 
Space,Arrow Up, orXto make the bird flap. - Navigate the bird through the gaps between pipes.
 - Earn 1 point for every pair of pipes you pass.
 - Avoid hitting the pipes or falling off the screen.
 - After a game over, press the same key to restart.
 
- Random pipe generation with vertical variation
 - Smooth animations using 
requestAnimationFrame - Gravity, velocity, and realistic bird jump behavior
 - Sound effects for jumping and crashing
 - High score tracking with 
localStorage - Game resets instantly after game over
 
- HTML5 
<canvas> - Vanilla JavaScript (ES6) – no libraries or frameworks
 localStoragefor high score saving- Audio API for sound effects
 
Mehak Garg
🎓 Computer Engineering Student
💡 Exploring Web Development through fun projects like this!
Enjoy flapping and happy coding! 🕹️