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++.
- Host: GitHub
- URL: https://github.com/akshayxml/flappy-gl
- Owner: akshayxml
- Created: 2021-05-16T16:02:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T03:09:58.000Z (11 months ago)
- Last Synced: 2025-01-25T04:09:47.679Z (5 months ago)
- Language: C++
- Homepage:
- Size: 42.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Flappy - GL
Flappy Bird - inspired desktop game (Windows) using OpenGL and C++.
## Gameplay
## 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.