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
pipif 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 buildTo create a distribution build (MSI installer), run:
python setup.py bdist_msiYou can run the game by executing the main script:
python flappybird.pyThis 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.