Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (10 loc) · 446 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 446 Bytes

Flappy-bird

CPP Flappy bird game by SFML 2.5

Files:

Data/ Contains graphical and musical resources

headers/ Contains .hpp files

class of Bird: Bird.cpp & headers/Bird.hpp

class of Objects: Object.cpp & headers/Object.hpp

If you want web version of this game and learn who to play, use this : https://flappybird.io/

Compile program using g++ (sfml 2.5 needed): -Wall -Wextra -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio