A Flappy Bird Clone using python-pygame
Go to file
2021-08-25 01:35:38 +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
.replit adding run on repl.it badge 2019-12-09 23:54:45 +00:00
flappy.ico Add icon and setup.py file 2014-05-16 21:42:27 +05:30
flappy.py Merge pull request #35 from thesmartdeveloperr/master 2021-08-25 01:12:53 +05:30
LICENSE Initial commit 2014-04-03 18:21:49 +05:30
Pipfile Allow any python 3 version 2021-08-25 01:17:35 +05:30
Pipfile.lock Allow any python 3 version 2021-08-25 01:17:35 +05:30
README.md Add video demo 2021-08-25 01:35:38 +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

Setup (as tested on MacOS)

  1. Install Python 3.x (recommended) 2.x from here (Or use your preffered package manager)

  2. Install pipenv

  3. Optional: Install PyGame 1.9.x from here

    On MacOS, pipenv will install PyGame, please check how to install on your Linux/Windows machines

  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 :)

Demo

https://user-images.githubusercontent.com/2307626/130682424-9254b32d-efe0-406e-a6ea-3fb625a2df5e.mp4