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.
- Host: GitHub
- URL: https://github.com/ahmedalaa14/plan-game-opengl
- Owner: ahmedalaa14
- Created: 2024-05-09T17:59:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T18:12:34.000Z (about 2 years ago)
- Last Synced: 2025-03-27T13:17:58.597Z (over 1 year ago)
- Topics: computer, cpp, graphics, opengl
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`