A Flappy Bird Clone using python-pygame
Go to file
pythoncatcoder e0778521cc adding run on repl.it badge
this commit was generated automatically on repl.it
2019-12-09 23:54:45 +00:00
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 #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 adding run on repl.it badge 2019-12-09 23:54:45 +00:00
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 Run on Repl.it 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.

  1. In the root directory run
$ pipenv install
$ pipenv run python flappy.py
  1. 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