Skip to content

uv547756/FlappyBird_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird Python

This is a Python implementation of the classic Flappy Bird game. The project is designed for learning and entertainment purposes.

Features

  • Simple and fun gameplay.
  • Written in Python for easy customization.
  • Lightweight and easy to run.

Requirements

  • Python 3.x
  • Required dependencies (install via pip if necessary).

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/flappybird_py.git
    cd flappybird_py
  2. Install dependencies:

    pip install -r requirements.txt

Building the Project

Build a Binary

To build a binary for the project, run:

python setup.py build

Build a Distribution

To create a distribution build (MSI installer), run:

python setup.py bdist_msi

Running the Game

You can run the game by executing the main script:

python flappybird.py

License

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

Contributing

Contributions are welcome! Feel free to fork the repository and submit a pull request.

Acknowledgments

Inspired by the original Flappy Bird game.