-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
779cc50
commit 80c669d
Showing
1 changed file
with
23 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,34 @@ | ||
# 🐦Flappy Bird Game 🎮 | ||
|
||
# Flappy Bird Game | ||
🎉Welcome to my Flappy Bird game! 🎉 This project recreates the classic game using 🌐 HTML, 🎨 CSS, and 💻 JavaScript with HTML5 Canvas. 🚀 | ||
|
||
Welcome to my Flappy Bird game! This project recreates the classic game using HTML, CSS, and JavaScript with HTML5 Canvas. | ||
## Features 🌟 | ||
|
||
## Features | ||
- **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. 📈 | ||
|
||
- **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. | ||
## How to Play 🎮 | ||
|
||
## How to Play | ||
1. **Start the Game 🚀**: Open `index.html` in your browser. 🌐 | ||
2. **Jump 🐦**: Click or tap to make the bird fly. ⬆️ | ||
3. **Avoid Pipes 🌵**: Navigate through without hitting the pipes. 🛡️ | ||
4. **Score Points 🏅**: Earn points for each pipe passed. 📈 | ||
|
||
1. **Start the Game**: Open `index.html` in your browser. | ||
2. **Jump**: Click or tap to make the bird fly. | ||
3. **Avoid Pipes**: Navigate through without hitting the pipes. | ||
4. **Score Points**: Earn points for each pipe passed. | ||
## Getting Started 🚀 | ||
|
||
## Getting Started | ||
1. Clone the repository: 'https://github.com/nidhiupman568/FLAPPY-BIRD-GAME.git' 🌀 | ||
2. Open the `index.html` file in your browser. 🌐 | ||
|
||
1. Clone the repository:'https://github.com/nidhiupman568/FLAPPY-BIRD-GAME.git' | ||
2. Open the `index.html` file in your browser. | ||
## Technologies Used 💻 | ||
|
||
## Technologies Used | ||
|
||
- **HTML5** | ||
- **CSS3** | ||
- **JavaScript** | ||
|
||
#### Screenshots(Output) | ||
|
||
![FLAPPY BIRD](https://github.com/nidhiupman568/FLAPPY-BIRD-GAME/assets/130860182/8793c35c-d80c-4857-9542-a80ff8c5b473) | ||
- **HTML5 🌐** | ||
- **CSS3 🎨** | ||
- **JavaScript 💻** | ||
|
||
#### Screenshots (Output) 📸 | ||
|
||
![FLAPPY BIRD](https://github.com/nidhiupman568/FLAPPY-BIRD-GAME/assets/130860182/8793c35c-d80c-4857-9542-a80ff8c5b473) 🐦 |