Skip to content

archisman-dey/flappybird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird

Flappy Bird, a game made with Python and Pygame

How to Run

Made and tested under Windows with Python 3.8 and pygame 1.9.6 but should run in any OS and Python version that pygame supports (Windows/macOS/Linux).

To play on Windows, just run the released executable

dependencies

pygame: pip install pygame

run

python main.py

build executable file

Windows

  1. Install pyinstaller:
    pip install pyinstaller

  2. Use the build script (build.ps1)

macOS/Linux

  1. Install pyinstaller:
    pip install pyinstaller

  2. Run pyinstaller with the options provided in build.ps1

Screenshots

screenshot screenshot

About

Flappy Bird clone with Python and Pygame

Resources

License

Stars

Watchers

Forks

Packages

No packages published