DBDoco / Flappy-Bird-Clone

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C++ 92.8%Language:CMake 3.2%Language:CSS 2.3%Language:JavaScript 1.0%Language:GLSL 0.5%Language:C 0.2%