Flappy Bird Game Using Pygame
Submitted by razormist on Sunday, June 14, 2020 - 18:15.
Language
Flappy Bird Game with Source Code is a Python program that is a single-player arcade game that is similar to the ones from Android and IOS system. This program was developed using Python language.
The program is very simple, the player can control the bird by clicking the screen with left click in order to move the bird upward. The player must survive until the end to get higher score than anyone. The game is enjoyable and fun to play with.
Installation:
- First you will have to download & install the Python IDLE's, here's the link "https://www.python.org/downloads/".
- After Python IDLE's is installed, open the command prompt then type "python -m pip install pygame", and hit enter.
- Extract the zip file after downloaded.
- Open the folder and locate the py file
- Run the py file to launch the program
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Add new comment
- 2823 views