๐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 ๐ป