Flappy bird clone in C++ using the graphics library SFML
First make sure that you have SFML 2+ installed. Then execute the following commands:
g++ main.cpp -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio
./a.out
First get rid of your Windows or whatever and obtain a modern GNU+Linux system image from here. Then go to "How to install on Linux". If you insist to keep your non-Linux system, then watch the following tutorials: