You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coded in C++, 3D Snake is a 3D rendered version of Snake made using a custom game engine. OpenGL, glad, GLFW, and the GLM libraries are used to render 3D objects. A vertex and fragment shader were custom-made in GLSL to draw colors and textures.