Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Flappy Bird

forthebadge forthebadge forthebadge

Flappy Bird is an implementation of the famous flappy bird game in pygame. The game is specifically meant to run on pydroid3 on android, It may not work properly in desktop.

Install pydroid3 on Android from here : pydroid3 playstore

Alt text

How to Download

Download this project from here Download Flappy Bird

Requirements

Use the package manager pip to install following packages :-

  • Pygame
pip install pygame

pygame is already installed in pydroid3, no installation required.

Usage

Navigate and click main.py to open the game in pydroid3, tap anywhere to start the game. The objective of the game is jump and pass through the poles without touching them.

Controls:

  • Tap on the screen to make the bird jump.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.