Snake videogame developed in C++ using the framework OpenGL
use the command "git submodule update --init --recursive" to clone the external libraries
pass as arguments to the main function:
-path to the config folder
-path to the images folder
-path to the fonts folder
Example:
-shader <path to config> -image <path to images> -fonts <path to fonts>