https://github.com/bpavan16/flappy
A Flappy Bird game built with Python and Pygame.
https://github.com/bpavan16/flappy
flappy-bird pygame python
Last synced: 3 days ago
JSON representation
A Flappy Bird game built with Python and Pygame.
- Host: GitHub
- URL: https://github.com/bpavan16/flappy
- Owner: bPavan16
- License: mit
- Created: 2025-09-10T19:49:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-10T19:53:32.000Z (11 months ago)
- Last Synced: 2025-10-11T21:47:54.173Z (10 months ago)
- Topics: flappy-bird, pygame, python
- Language: Python
- Homepage:
- Size: 868 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flappy
A Flappy Bird game built with Python and Pygame.
This project is a recreation of the classic Flappy Bird game, designed for learning and fun. It was developed with the use of Pygame for 2D game development, including window resizing, asset management, and smooth rendering.
## Requirements
- Python 3.x
- Pygame (see `requirements.txt`)
## Installation
1. Clone this repository:
```bash
git clone https://github.com/bPavan16/flappy.git
cd flappy
```
2. Install dependencies:
```bash
pip install -r requirements.txt
```
## How to Run
Run the game from the root or `game` directory:
```bash
python game/main.py
```
## Gameplay
- Press the spacebar or click to make the bird flap.
- Avoid hitting the pipes or the ground.
- The game ends when the bird collides with an obstacle.
- Try to beat your high score!
## Assets
All game assets are located in `game/assets/` and are custom-made for this project.
## License
This project is under the MIT License. See the `LICENSE` file for details.
> GitHub: [bPavan16/flappy](https://github.com/bPavan16/flappy)
---
Built by Pavan for the love of coding 😎