flappy-bird

Just a copied of flappy bird game made by Thuongton999

gameplay

Installation and Usage

Using terminal (on Window)

Make sure you installed Python and Git before, you can check that by copy and paste this to your terminal

python --version
git --version

It will log something like Python 3.x.x and git version x.x.x.<CurrentOS>.x, now you can continue.
Or else, you can go to this page and download & install the Python version you want.
And download Git here too.

When everything is done, copy and paste this to your terminal

git clone https://github.com/thuongton999/flappy-bird.git
pip install pygame
cd ./src/
python main.py

Manual install

Download the .zip file

Extract it

Open the folder built and run main.exe

Copyright © by Thuongton999

GitHub

https://github.com/thuongton999/flappy-bird