Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 701 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 701 Bytes

Flappy Bird (remix)

The famous game made with C++ and SFML


Dependencies


Building and Run

Make

git clone https://github.com/terroo/flappybird
cd flappybird
make

CMake

git clone https://github.com/terroo/flappybird
mkdir -p flappybird/build
cd flappybird/build
cmake ..
make

Screenshots

Flappy Bird (remix) 01

Flappy Bird (remix) 02


Game made in the video tutorial: https://youtu.be/lPDl6ul8-wg