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

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.

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.


image

## 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 😎