🎉Welcome to my Flappy Bird game! 🎉 This project recreates the classic game using 🌐 HTML, 🎨 CSS, and 💻 JavaScript with HTML5 Canvas. 🚀
Project Demo: https://nidhiupman568.github.io/FLAPPY-BIRD-GAME/
- Game Loop 🔄: Smooth gameplay with continuous updates. 🎮
- Interactive Graphics 🖼️: Dynamic images rendered on the canvas. 🌈
- Simple Controls 🎯: Click to make the bird jump. 🐦
- Random Obstacles 🌵: Pipes generated randomly and move across the screen. 🔄
- Collision Detection 💥: Accurate collision detection between the bird and pipes. 🔍
- Score Tracking 🏆: Real-time running score display. 📈
- Start the Game 🚀: Open
index.html
in your browser. 🌐 - Jump 🐦: Click or tap to make the bird fly. ⬆️
- Avoid Pipes 🌵: Navigate through without hitting the pipes. 🛡️
- Score Points 🏅: Earn points for each pipe passed. 📈
- Clone the repository: 'https://github.com/nidhiupman568/FLAPPY-BIRD-GAME.git' 🌀
- Open the
index.html
file in your browser. 🌐
- HTML5 🌐
- CSS3 🎨
- JavaScript 💻