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.
- 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.
- Clone this repository.
- Install the requirements.
pip install -r requirements.txt
- Run.
python main.py
If you'd like to contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/fooBar
). - Make your changes and commit them (
git commit -am 'Add some fooBar'
). - Push to the branch (
git push origin feature/fooBar
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by the original Flappy Bird game.
- Thanks to pygame.