Skip to content

terroo/flappybird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published