snake game coded in C++ for console enviroment.
For compiling the project simply just run the scripts/build.sh file and it will build automatically. for compiling in debug mode, run scripts/debug_build.sh.
For running the project, simply just execute run.sh for normal build, and debug_run.sh for debugging ( debug build ).