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

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

Awesome Lists containing this project

README

        



Link to Video

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
```