An open API service indexing awesome lists of open source software.

https://github.com/akshayxml/flappy-gl

Flappy Bird - inspired desktop game using OpenGL and C++.
https://github.com/akshayxml/flappy-gl

Last synced: 3 months ago
JSON representation

Flappy Bird - inspired desktop game using OpenGL and C++.

Awesome Lists containing this project

README

        

# Flappy - GL

Flappy Bird - inspired desktop game (Windows) using OpenGL and C++.

## Gameplay
![Gameply GIF](./images/gp.gif)

## Requirements
- GLFW
- GLAD
- GLM
- FreeType

## Usage
Kindly follow the steps mentioned in [LearnOpenGL](https://learnopengl.com/Getting-started/Creating-a-window) to setup the project.