Flappybird (Fat Bird) game as a project for advanced programming class. Based on OOP. This Game coded in c++ with SDL2 Framework.
How To run the program?
reach the folder with your terminal then, please run these commands :
g++ main.cpp -w -lSDL2 -lSDL2_image -lSDL2_gfx -lSDL2_mixer -o run
./run
make sure you have the nessecery libraries!
GitHub Link: https://github.com/iliyami/FlappyBird.git