[go: up one dir, main page]

Skip to content

archana-agrawal/Flappy-Bird

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

image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages