Skip to content

A Flappy Bird Clone using python-pygame

License

Notifications You must be signed in to change notification settings

XavierJiezou/FlapPyBird

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlapPyBird

A Flappy Bird Clone made using pygame.

Demo

Flappy Bird

How-to

  1. Install
pip install pygame
  1. Run
python flappy.py
  1. Use or Space key or the left mouse button to play and Esc to close the game.

Unpack

pip install pipenv
pipenv install
pipenv shell
pip install pygame
pip install pyinstaller
pyinstaller -F -w -i flappy.ico flappy.py

Note: you must move flappy.exe to the root directory.

Download

https://ghgxj.lanzous.com/ixzrWiql81e Or you can download from the Releases.

Notable forks

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

About

A Flappy Bird Clone using python-pygame

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%