Skip to content

An old game converted from my previous JS-based project.

License

Notifications You must be signed in to change notification settings

vinhdq842/Flappy-Bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An old game converted from my previous JS-based project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages