Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 698 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 698 Bytes

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