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

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

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

![](res/Demo.gif)