A Flappy Bird Clone using python-pygame
Go to file
Sourabh Verma c7a86b7fcc Merge pull request #8 from ottoszika/master
Add player rotation
2017-09-03 17:34:56 +05:30
assets Add wav audio files for windows 2014-05-16 21:37:18 +05:30
.gitignore Initial commit 2014-04-03 18:21:49 +05:30
flappy.ico Add icon and setup.py file 2014-05-16 21:42:27 +05:30
flappy.py Rotation threshold 2017-07-15 14:50:43 +03:00
LICENSE Initial commit 2014-04-03 18:21:49 +05:30
README.md Updated README.md 2017-01-22 02:26:04 +05:30
screenshot1.png Update README: Add ScreenShot 2014-05-13 20:27:21 +05:30
setup.py Add icon and setup.py file 2014-05-16 21:42:27 +05:30

FlappyBirdClone

A Flappy Bird Clone made using python-pygame

How-to

  1. Install Python 2.7.X or 3.5.x from here

  2. Install PyGame 1.9.X from here

  3. Clone this repository: git clone https://github.com/sourabhv/FlappyBirdClone.git or click Download ZIP in right panel and extract it.

  4. Run python flappy.py from the repo's directory

  5. use or Space key to play and Esc to close the game.

(Note: Install pyGame for same version python as above)

(For x64 windows, get exe here)

ScreenShot

Flappy Bird