A Flappy Bird Clone using python-pygame
Go to file
2020-08-18 18:20:08 +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 Fixed game crash in case of empty array 2020-01-27 11:43:37 +00:00
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 Added QuFlapPyBird to the fork section 2020-08-18 18:20:08 +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

FlapPyBird

A Flappy Bird Clone made using python-pygame

How-to (as tested on MacOS)

  1. Install Python 3.x (recommended) 2.x from here

  2. Install pipenv

  3. Install PyGame 1.9.x from here

  4. Clone the repository:

    $ git clone https://github.com/sourabhv/FlapPyBird
    

    or download as zip and extract.

  5. In the root directory run

    $ pipenv install
    $ pipenv run python flappy.py
    
  6. Use or Space key to play and Esc to close the game.

(For x64 windows, get exe here)

Notable forks

Made something awesome from FlapPyBird? Add it to the list :)

ScreenShot

Flappy Bird