Skip to content

A Flappy Bird clone using the pygame module of Python.

Notifications You must be signed in to change notification settings

skate1512/FlapPy_bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlapPy_bird

A flappy bird clone using the pygame module of Python

How to play

Press SPACE to move upwards

Requirements

Python 3 requirements.txt file included. Use: pip install -r requirements.txt or pip install pygame

Files

requirements.txt - Includes the list of external libraries needed to run this program(pygame).
game.py - The main game code
assets - The image file required for graphics
sounds - The audio files for events
04B_19.TTF - Original Font file for flappy bird
flappy.jpg, flappy_p.jpg and flappy_g.jpg - Screenshots of three screen modes

Acknowledgement

Samuel Custodio - For providing the flappy bird assets and sound files

About

A Flappy Bird clone using the pygame module of Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages