Flappy Bird game made in C++ using SFML library.
The final image of the game is as shown below:
For further images see images.
For running in your own machine follow the following steps: ( Currently just runs in linux using GCC compiler and Makefile )
- Download the project
- cd into flappy-bird
$ cd flappy-bird
- Then run:
$ make && ./game
- Enjoy
The assets for the game are gotten from here. The random library used is gotten from here