This is a simple Flappy Bird game implemented in Python using the Pygame library.
- Python 3.x
- Pygame (you can install it with
pip install pygame
)
- Run the
flappy_bird.py
script. - Control the bird with the space key to make it jump.
- Avoid colliding with obstacles and try to pass as many as you can.
- Press ENTER to restart the game after losing.
flappy_bird.py
: The main script of the game.bird.png
: The image used to represent the bird.README.md
: This file providing information about the game.
Feel free to customize the game according to your preferences. You can change the bird image, adjust speeds, or even add new features.
This game is a simple version inspired by the classic Flappy Bird. We appreciate the Pygame community for providing an incredible tool for game development in Python.
Enjoy playing!