Snake_Game_in_C This a simple Snake Game in C using the SDL2 Library To compile gcc main.c -o snake -lSDL To execute the game ./snake