This is a Flappy Bird clone, one of my first python projects. It was made using python-pygame and basic programming concepts.
- Install Python 2.7.X from here
- Install PyGame 1.9.X from here
- Clone this repository:
git clone https://github.com/PopAdi/python-flappy-bird.git
or clickDownload ZIP
in the right panel and extract it. - Run
python Flappy\ Bird.py
from the repo's directory - Use Space or left-mouse-button to jump or Esc to exit.
If you have any ideas to make the game better, feel free to contribute!