# FlapPyBird **Repository Path**: lian_geng/FlapPyBird ## Basic Information - **Project Name**: FlapPyBird - **Description**: A Flappy Bird Clone using python-pygame - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/) 2. Install [pipenv] 2. Install PyGame 1.9.x from [here](http://www.pygame.org/download.shtml) 3. Clone the repository: ```bash $ git clone https://github.com/sourabhv/FlapPyBird ``` or download as zip and extract. 4. In the root directory run ```bash $ pipenv install $ pipenv run python flappy.py ``` 5. 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) Made something awesome from FlapPyBird? Add it to the list :) ScreenShot ---------- ![Flappy Bird](screenshot1.png) [pygame]: http://www.pygame.org [pipenv]: https://pipenv.readthedocs.io/en/latest/