Skip to content

A re-creation of the classic game Flappy Bird using Python and Pygame

Notifications You must be signed in to change notification settings

ThrivikramanV/FlappyBird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlappyBird

A re-creation of the classic game Flappy Bird using Python and Pygame!

Installing the Requirements


  1. Install Python 3.x from here.
  2. Install Pygame 1.9.x from here, or use pip to install it directly from the command line as follows
   pip install Pygame

Clone this repository using

git clone https://github.com/ThrivikramanV/FlappyBird

or click Download ZIP in the right panel and then extract it.

NOTE: The font used in the game is compatible only with Windows. Hence those with UNIX based operating systems should change the font used at line 78 of the file flappybird.pyw, to a font which is recognised by your system.

Run the following command from the repository's directory.

python flappybird.pyw

GAME VIEW!


About

A re-creation of the classic game Flappy Bird using Python and Pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages