/Flappy-Bird-Clone

Small Flappy Bird - like game made in C++ with SFML (college project)

Primary LanguageC++MIT LicenseMIT

Flappy Bird Clone

Small Flappy Bird - like PC game made in C++ with SFML.

flappy

How To Use

To clone and run this application, you'll need C++ compiler that works for you (tried and made with Visual Studio Community).

Clone this repository

$ git clone https://github.com/DBDoco/Flappy-Bird-Clone.git

Go into the repository

$ cd Flappy-Bird-Clone
$ cd Flappy Bird

Compile with favorite C++ compiler and run the game from Release folder version x86 release

Troubleshooting

Errors in code are most likely coused by linker. Change the directory paths in linker and errors will be solved.