Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 420 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 420 Bytes

Snake_OpenGL

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>