mirror of
https://github.com/sourabhv/FlapPyBird.git
synced 2024-11-25 16:35:52 +08:00
A Flappy Bird Clone using python-pygame
c7a86b7fcc
Add player rotation |
||
---|---|---|
assets | ||
.gitignore | ||
flappy.ico | ||
flappy.py | ||
LICENSE | ||
README.md | ||
screenshot1.png | ||
setup.py |
FlappyBirdClone
A Flappy Bird Clone made using python-pygame
How-to
-
Install Python 2.7.X or 3.5.x from here
-
Install PyGame 1.9.X from here
-
Clone this repository:
git clone https://github.com/sourabhv/FlappyBirdClone.git
or clickDownload ZIP
in right panel and extract it. -
Run
python flappy.py
from the repo's directory -
use ↑ or Space key to play and Esc to close the game.
(Note: Install pyGame for same version python as above)
(For x64 windows, get exe here)