Skip to content

A Flappy Bird Game implementation in an OOP style, engined by pygame

License

Notifications You must be signed in to change notification settings

hnqiu/FlappyBird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlapyBird

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.

Prerequisites

  • python3.7 (pygame cannot be installed if using python3.8)
  • pygame

Getting Started

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.

Author

About

A Flappy Bird Game implementation in an OOP style, engined by pygame

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages