This is a simple implementation of the classic Flappy Bird game using HTML, CSS, and vanilla JavaScript. The game features a bird that the player can control to avoid obstacles and earn points by passing through gaps in pipes.
- 🕹️ Simple controls: Press the spacebar to make the bird jump.
- 🏆 Score display: Track your score as you successfully pass through pipes.
- 🌟 Responsive design: The game adapts to different screen sizes for a consistent experience.
- Clone the repository:
git clone https://github.com/CodeCryptX/flappy_bird_using_Javascript.git
- Open
index.htmlin your web browser.
- Press the spacebar to make the bird jump and navigate through pipes.
- Earn points for each successfully passed pipe.
- The game ends if the bird collides with a pipe or the ground.
Click on the image above to watch the demo video.
- HTML5
- CSS3
- JavaScript
- freeCodeCamp.
- Inspired by the original Flappy Bird game.
- Developed by Hassan Murtaza
