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.
You can play the game by opening the Bird Game Demo (provide a link to your hosted game).
- 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.
- Start the game by clicking on the canvas or pressing the spacebar.
- Control the bird's height by pressing the spacebar or clicking the canvas.
- Navigate the bird through the gaps between the pipes.
- Collect points for successfully passing through the pipes.
- The game ends when the bird collides with a pipe.
- Clone this repository to your local machine.
git clone https://github.com/your-username/bird-game.git
- Open the index.html file in your web browser.
- Play the Bird Game by following the "How to Play" instructions