A Flappy Bird Clone using python-pygame
Go to file
2019-03-11 18:34:17 +05:30
assets Remove iCCP chunks 2019-03-11 18:33:59 +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 Merge pull request #14 from Festerdam/master 2019-03-11 18:17:37 +05:30
LICENSE Initial commit 2014-04-03 18:21:49 +05:30
Pipfile Add Pipfile 2019-03-11 18:34:17 +05:30
Pipfile.lock Add Pipfile 2019-03-11 18:34:17 +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