Skip to content

Flappy bird clone in C++ using the graphics library SFML

Notifications You must be signed in to change notification settings

DenizBasgoren/sfml-flappy-bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sfml-flappy-bird

Flappy bird clone in C++ using the graphics library SFML

screenshot

How to install on Linux

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

How to install on Other Systems

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:

Screenshots

screenshot

screenshot

About

Flappy bird clone in C++ using the graphics library SFML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages