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

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

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.