https://github.com/engichang1467/3d-game-simulator
My first FPS Game written in C++ and OpenGL
https://github.com/engichang1467/3d-game-simulator
cpp fps-game game-development glew glut opengl
Last synced: 7 months ago
JSON representation
My first FPS Game written in C++ and OpenGL
- Host: GitHub
- URL: https://github.com/engichang1467/3d-game-simulator
- Owner: engichang1467
- Created: 2019-12-22T06:44:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T00:59:43.000Z (over 5 years ago)
- Last Synced: 2025-01-17T18:29:45.469Z (9 months ago)
- Topics: cpp, fps-game, game-development, glew, glut, opengl
- Language: C++
- Size: 289 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3D Game Simulator
- Develop a 3D game simulator that move around the game, and can be play in MacOS
- Explore the use of rendering, texture, OpenGL and computer graphics## How I built it
- I built it with C++ and OpenGL## Check it out
Make the files
```bash
$ make
```Get the output
```bash
$ ./a.out
```- Use the arrow keys (up, down, left and right) to move around the environment, and esc key to escape
- Use up key to look down, and down key to move up