8000 GitHub - mlstudiosgames/BBC4.0.0: A Flappy Bird Clone using python-pygame
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mlstudiosgames/BBC4.0.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

demo.mp4

About

A Flappy Bird Clone using python-pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0