https://github.com/slowy07/kencangbird
based from flappy bird using python pyGame
https://github.com/slowy07/kencangbird
flappy-bird pygame pygame-application pyhton pyhton3
Last synced: 3 months ago
JSON representation
based from flappy bird using python pyGame
- Host: GitHub
- URL: https://github.com/slowy07/kencangbird
- Owner: slowy07
- License: gpl-3.0
- Created: 2020-09-26T10:15:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T10:55:06.000Z (over 4 years ago)
- Last Synced: 2025-01-23T06:12:41.391Z (5 months ago)
- Topics: flappy-bird, pygame, pygame-application, pyhton, pyhton3
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kencangBird
# install the requirement
## Pygame
install [pygame](https://www.pygame.org/) using [pip](https://pypi.org/project/pip/)
```bash
sudo pip install pygame
```
for pyhton3.x.x
```bash
sudo pip3 install pygame
```
# running kencangBird
run on terminal
```bash
python kencangBird.py
```
for python3.x.x
```bash
python3 kencangBird.py
```# change bird flaps and pipe moving
## bird flaps
**bird flaps** can change on line **186**
```python
bird_move -=6
```
## pipe moving
**pipe moving** can change on line **36**
```python
p.centerx -= 3
```
for more information you can message me on :boy: [instagram](https://www.instagram.com/arfy.slowy/)