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
- Host: GitHub
- URL: https://github.com/rishabkumar7/flappy-sam
- Owner: rishabkumar7
- Created: 2020-09-01T03:28:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T19:34:45.000Z (over 5 years ago)
- Last Synced: 2025-01-11T18:47:47.139Z (over 1 year ago)
- Language: Python
- Size: 642 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.




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