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

https://github.com/ahmedalaa14/plan-game-opengl

OpenGL 3D Game.
https://github.com/ahmedalaa14/plan-game-opengl

computer cpp graphics opengl

Last synced: 2 months ago
JSON representation

OpenGL 3D Game.

Awesome Lists containing this project

README

          

# Plan Game OpenGL

## Description

- This project is a Game Developed using OpenGL.

## Installation

1. Clone the repository: `git clone https://github.com/ahmedalaa14/plan-game-opengl.git`
2. Navigate to the project directory: `cd plan-game-opengl`
3. Compile the project: `g++ main.cpp -o main -lGL -lGLU -lglut`
4. Run the project: `./main`