Snake Game (Old School)
https://snakegame-3p34g812s1pkk57pqdk.codequotient.in
Simple C compiler as the application is console based
-> Save the source Code in main.c file -> Open Terminal -> cd Desktop / (location of the main.c file) -> Command => gcc main.c (compilation) -> Command => ./a.out The Program should run successfully and Game Board will be visible.
LEFT : 'a' + ENTER key RIGHT: 'd' + ENTER key UP: 'w' + ENTER key DOWN: 's' + ENTER key