https://github.com/programmershri/flappybirds
https://github.com/programmershri/flappybirds
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/programmershri/flappybirds
- Owner: ProgrammerShri
- License: mit
- Created: 2020-10-15T17:43:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T17:54:43.000Z (over 5 years ago)
- Last Synced: 2024-12-28T01:14:27.465Z (about 1 year ago)
- Language: Python
- Size: 610 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FlapPyBird
===============
A Flappy Bird Clone made using [python-pygame][pygame]
How-to (as tested on MacOS)
---------------------------
1. Install Python 3.x (recommended) 2.x from [here](https://www.python.org/download/releases/)
1. Install [pipenv]
1. Install PyGame 1.9.x from [here](http://www.pygame.org/download.shtml)
1. Clone the repository:
```bash
$ git clone https://github.com/sourabhv/FlapPyBird
```
or download as zip and extract.
1. In the root directory run
```bash
$ pipenv install
$ pipenv run python flappy.py
```
1. Use ↑ or Space key to play and Esc to close the game.
(For x64 windows, get exe [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame))
Notable forks
-------------
- [FlappyBird Fury Mode](https://github.com/Cc618/FlapPyBird)
- [FlappyBird Model Predictive Control](https://github.com/philzook58/FlapPyBird-MPC)
- [FlappyBird OpenFrameworks Port](https://github.com/TheLogicMaster/ofFlappyBird)
- [FlappyBird On Quantum Computing](https://github.com/WingCode/QuFlapPyBird)
Made something awesome from FlapPyBird? Add it to the list :)
ScreenShot
----------

[pygame]: http://www.pygame.org
[pipenv]: https://pipenv.readthedocs.io/en/latest/