Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.22 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.22 KB

Flappy Bird

Overview

This is a simple implementation of the classic Flappy Bird game in Python. It's a fun and addictive game where the player controls a bird, attempting to fly between columns of green pipes without hitting them.

Features

  • Simple one-button controls: Just press Space / Enter / Up arrow to make the bird flap its wings.
  • Endless gameplay: Keep flying and try to beat your high score!
  • Classic pixel art graphics.

How to Play

  1. Clone this repository.
  2. Install the requirements.
pip install -r requirements.txt
  1. Run.
python main.py

Screenshots

gameplay

Contributing

If you'd like to contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/fooBar).
  3. Make your changes and commit them (git commit -am 'Add some fooBar').
  4. Push to the branch (git push origin feature/fooBar).
  5. Create a new Pull Request.

License

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

Acknowledgments

  • Inspired by the original Flappy Bird game.
  • Thanks to pygame.