Skip to content

English

冰封寒 edited this page Aug 20, 2018 · 3 revisions

Welcome to the FlappyBird wiki!

Ready to work

1.Installing Python

Go to Python's official website: https://www.python.org Download the appropriate version and follow the installer prompts to install

2.Installing Pygame

Windows: Open the terminal with Win+R, type cmd and press OK. Enter "pip install pygame" in the terminal and press Enter to wait for the installation to complete.

Linux: Enter "pip install pygame" in the terminal and press Enter to wait for the installation to complete.

How to play

Use the mouse to control the bird flight, avoid the bird hitting the water pipe and the ground, and restart using any keyboard key.

Postscript

The program contains a large number of comments for the user to understand (only supports Simplified Chinese), the work can not be used for commercial purposes, only for learning!

Clone this wiki locally