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 13, 2024
1 parent dffcb05 commit 779cc50
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

# Flappy Bird Game

Welcome to my Flappy Bird game! This project recreates the classic game using HTML, CSS, and JavaScript with HTML5 Canvas.

## 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.

## 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.

## Getting Started

1. Clone the repository:'https://github.com/nidhiupman568/FLAPPY-BIRD-GAME.git'
2. Open the `index.html` file in your browser.

## Technologies Used

- **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 779cc50

Please sign in to comment.