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
- Host: GitHub
- URL: https://github.com/techiuv/flappy-bird
- Owner: techiuv
- License: mit
- Created: 2024-08-27T11:24:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T09:32:59.000Z (over 1 year ago)
- Last Synced: 2025-01-14T03:12:38.311Z (12 months ago)
- Topics: flappy-bird-game, game, pyhton, python-game
- Language: Python
- Homepage:
- Size: 383 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.