SDL Snake installation open terminal and execute below commands git clone https://github.com/sharan01/sdl_snake.git cd sdl_snake g++ *.cpp -lSDL -lSDL_ttf -std=c++0x ./a.out requirements libsdl and libsdl_ttf c++ 11 compiler