A Flappy Bird Game implementation engined by pygame
.
Game is re-written based on https://github.com/sourabhv/FlapPyBird in an OOP style.
This project was developed & tested on Ubuntu 16.04, using python3.7.6
.
python3.7
(pygame
cannot be installed if usingpython3.8
)pygame
git clone https://github.com/hnqiu/FlappyBird.git
cd FlappyBird/
python3 -m pip install -r requirements.txt
python3 flappybird.py --easy
Game can be set in 3 modes: easy
, median
and difficult
. Use
python3 flappybird.py -h
to get the usage information.