https://github.com/oguzthmc/3dsnakegame
Snake game design with cells 3D cubes in OpenGL
https://github.com/oguzthmc/3dsnakegame
Last synced: 3 months ago
JSON representation
Snake game design with cells 3D cubes in OpenGL
- Host: GitHub
- URL: https://github.com/oguzthmc/3dsnakegame
- Owner: oguzthmc
- Created: 2019-12-27T13:31:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T14:19:46.000Z (over 5 years ago)
- Last Synced: 2023-11-01T00:25:56.823Z (over 1 year ago)
- Language: C
- Size: 2.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3D Snake Game
Snake game design with cells 3D cubes in OpenGL__GLFW__, __glm__ and __stb__ libraries were used in the project. In addition, the project must be opened with the __Odev__ directory under __Odev2__. The project opened with VSCode must be compiled with the __run build task__ and after __start debugging__.
__Note:__ Before running the program, add your _GLFW_ library file under the _Dependencies_ directory and delete the build folder if a possible error occurs.