This is a Python implementation of the classic Flappy Bird game. The project is designed for learning and entertainment purposes.
- Simple and fun gameplay.
- Written in Python for easy customization.
- Lightweight and easy to run.
- Python 3.x
- Required dependencies (install via
pip
if necessary).
-
Clone the repository:
git clone https://github.com/yourusername/flappybird_py.git cd flappybird_py
-
Install dependencies:
pip install -r requirements.txt
To build a binary for the project, run:
python setup.py build
To create a distribution build (MSI installer), run:
python setup.py bdist_msi
You can run the game by executing the main script:
python flappybird.py
This project is licensed under the MIT License. See the LICENSE
file for details.
Contributions are welcome! Feel free to fork the repository and submit a pull request.
Inspired by the original Flappy Bird game.