Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 416 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 416 Bytes

FlappyBird (Still in development)

This is a flappy Bird Copy made with C++ and Old OpenGL.

How to run

You'll need to compile the project, it is configured with premake, check out the premake5.lua file, download the dependencies: glad, glfw, lodepng and opengl. Use premake to generate the project in whatever platform you are, once the project is created, you can compile and run it.