Skip to content

chibihime/Flappy

Repository files navigation

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
  1. Install the required dependencies:
pip install -r requirements.txt

How to Play

  1. Run the game:
python flappy_bird.py
  1. Use the SPACE or UP arrow keys to make the bird fly.

  2. Avoid the pipes and try to get the highest score.

Game Assets

Ensure you have the following game assets in the imgs directory:

  • background.jpg
  • pipe.png
  • bird.png
  • base.jfif
  • 0.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

Acknowledgements

  • Pygame: A set of Python modules designed for writing video games.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Clone of popular game Flappy Bird

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages