Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhiupman568 authored Jun 15, 2024
1 parent 779cc50 commit 80c669d
Showing 1 changed file with 23 additions and 26 deletions.
49 changes: 23 additions & 26 deletions README.md
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) 🐦

0 comments on commit 80c669d

Please sign in to comment.