# FlapPyBird **Repository Path**: prg/FlapPyBird ## Basic Information - **Project Name**: FlapPyBird - **Description**: A Flappy Bird Clone using python-pygame - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-23 - **Last Updated**: 2022-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README FlappyBirdClone =============== A Flappy Bird Clone made using [python-pygame][1] How-to ------ 1. Install Python 2.7.X or 3.5.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/sourabhv/FlappyBirdClone.git` or click `Download ZIP` in right panel and extract it. 4. Run `python flappy.py` from the repo's directory 5. use or Space key to play and Esc to close the game. (Note: Install pyGame for same version python as above) (For x64 windows, get exe [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame)) ScreenShot ---------- ![Flappy Bird](screenshot1.png) [1]: http://www.pygame.org