/Flappy

A Flappy bird remake using only python

Primary LanguagePython

Flappy

A Flappy Bird clone made in Python 3.7+, using the pygame library.

Made by Ítalo Seara & YohananDiamond

Installation

Currently there's no way to install this, but you can still run it.

Running

Mac/Linux (with bash + make)

There's a Makefile that can handle everything for you:

git clone https://github.com/italoseara/Flappy
cd Flappy
make pip
make run

Windows (with make.bat)

There's a make.bat script on this project that can simulate the behavior of makefiles on windows.

git clone https://github.com/italoseara/Flappy
cd Flappy
make pip
make run

Credits

Flappy Bird was originally made by dotGEARS.