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

https://github.com/rishabkumar7/flappy-sam

Python game - Flappy bird with squirrel
https://github.com/rishabkumar7/flappy-sam

Last synced: 7 months ago
JSON representation

Python game - Flappy bird with squirrel

Awesome Lists containing this project

README

          

# Python: Flappy Bird

### Description
This is a Flappy Bird clone, one of my first python projects. It was made using [python-pygame](http://www.pygame.org/hifi.html) and basic programming concepts.

### How to play
1. Install Python 3.7.X from [here](https://www.python.org/download/releases/)
2. Install PyGame 1.9.X from [here](http://www.pygame.org/download.shtml)
3. Clone this repository: `git clone https://github.com/rishabkumar7/flappy-sam.git` or click `Download ZIP` in the right panel and extract it.
4. Run `python Flappy\ Bird.py` from the repo's directory
5. Use Space or left-mouse-button to jump or Esc to exit.

![image-1](http://i.imgur.com/b2AfQZm.png?1)
![image-2](http://i.imgur.com/O6xQS0C.png?1)
![image-3](http://i.imgur.com/2F0VXBQ.png?1)
![image-4](http://i.imgur.com/KZtHqAr.png?1)

### Contribution
If you have any ideas to make the game better, feel free to contribute!