An open API service indexing awesome lists of open source software.

https://github.com/techiuv/flappy-bird


https://github.com/techiuv/flappy-bird

flappy-bird-game game pyhton python-game

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Flappy Bird

Flappy Bird game using Python and Pygame.

## Features

- Responsive design that scales with different screen sizes.
- Difficulty levels with increasing pipe speeds and gaps
- High score tracking and display.
- Game over screen with options to restart or quit.
- Object-oriented design for better code management.

## Directory
```bash
FlappyBird/

├── assets/
│ ├── bird.png
│ ├── background.png
│ ├── pipe.png
│ ├── base.png
│ └── Roboto-Regular.ttf

├── flappy_bird.py
├── README.md
└── requirements.txt

```
## Installation

1. Clone the repository:

```bash
https://github.com/techiuv/flappy-bird.git
```

2. Install the required dependencies:
```bash
pip install -r requirements.txt
```

3. Run the game

## How to Play

- Press the **Space** bar to make the bird flap and avoid pipes.
- Your score increases by successfully passing through pipes.
- Try to beat your high score!

## Assets

- All assets (images) are located in the `assets/` directory.

## License

This project is licensed under the MIT License.