An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# kencangBird
![screenGame](screenGame.png)

# 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/)