Skip to content

Files

Latest commit

 

History

History

daulatojha17

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Bird Game

Bird Game is a simple web-based game where you control a bird that can flap its wings to navigate through a series of pipes while collecting points. The objective is to get the highest score possible by avoiding collisions with the pipes.

Table of Contents

Demo

You can play the game by opening the Bird Game Demo (provide a link to your hosted game).

Features

  • Simple and intuitive gameplay: Control the bird's movement by pressing the spacebar or clicking the canvas.
  • Obstacles: Navigate through a series of pipes without colliding with them.
  • Score Tracking: Your current score is displayed on the screen.
  • Game Over: The game ends when the bird collides with a pipe, and your final score is shown.

How to Play

  1. Start the game by clicking on the canvas or pressing the spacebar.
  2. Control the bird's height by pressing the spacebar or clicking the canvas.
  3. Navigate the bird through the gaps between the pipes.
  4. Collect points for successfully passing through the pipes.
  5. The game ends when the bird collides with a pipe.

How to Use

  1. Clone this repository to your local machine.
    git clone https://github.com/your-username/bird-game.git
  2. Open the index.html file in your web browser.
  3. Play the Bird Game by following the "How to Play" instructions