csnake A snake game made in c that runs on a terminal window Run the following command in linux to build the executable: gcc snake.c -o snake Run the following command to run the game in a terminal window: ./snake