Snake 3D

This is a game that I have created while learning
more about OpenGL and game programming
after I finished by bachelor's degree.

You can fly through around the game board and view the snake from every angle.
I am going to continue working on this project to implement more features.

For this game I did not use any game engine,
everything is created just with C++ using OpenGL.

Screenshot of the Block Game prototype, that shows the generated terrain

I use "learnopengl.com" to learn OpenGL.

Source on GitHub