Flappy-Smiley Flappy Bird clone using c++ and opengl Libraries used: GLFW GLAD GLM stb_image.h glText Getting Started Requirements: Cmake c++ compiler To clone: git clone --recursive https://github.com/advay168/Flappy-Smiley To build: cd Flappy-Smiley mkdir build cd build cmake .. cmake --build .