README.md:
# Flappy Bird Clone
A simple clone of the popular game Flappy Bird built using Pygame. Fly the bird and avoid the pipes to score points.
## Features
- Classic Flappy Bird gameplay
- Score tracking
- Background music
## Requirements
- Python 3.x
- Pygame
## Installation
1. Clone the repository:
```bash
git clone https://github.com/chibihime/Flappy
cd flappy_bird_1.0.py- Install the required dependencies:
pip install -r requirements.txt- Run the game:
python flappy_bird.py-
Use the
SPACEorUParrow keys to make the bird fly. -
Avoid the pipes and try to get the highest score.
Ensure you have the following game assets in the imgs directory:
background.jpgpipe.pngbird.pngbase.jfif0.png,1.png,2.png,3.png,4.png,5.png,6.png,7.png,8.png,9.png
Also, make sure you have the background music file in the specified path:
Donkey Kong Country Music SNES - Jungle Groove.mp3
- Pygame: A set of Python modules designed for writing video games.
This project is licensed under the MIT License - see the LICENSE file for details.