https://github.com/nabeghehacom/flappybird
Create Flappy Bird With Pygame
https://github.com/nabeghehacom/flappybird
flappy-bird pygame python
Last synced: about 1 month ago
JSON representation
Create Flappy Bird With Pygame
- Host: GitHub
- URL: https://github.com/nabeghehacom/flappybird
- Owner: NABEGHEHACOM
- Created: 2021-02-22T20:26:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T00:07:19.000Z (9 months ago)
- Last Synced: 2025-03-31T10:42:36.589Z (3 months ago)
- Topics: flappy-bird, pygame, python
- Homepage: https://nabegheha.com/shop/
- Size: 10.5 MB
- Stars: 22
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python Game Development - Create Flappy Bird With Pygame 2
Explore PyGame docs »
Social Media
·
Learn Python
·
YouTube Channel
·
Blog## Flappy Bird
Just download the zip file.
Note that before anything, be sure to install Pygame library.
I hope you enjoyed.## Installation
install Pygame :
```bash
pip install pygame
```For Convert Python files to EXE files install :
```bash
pip install pyinstaller
```