A simple old snake game in C developped for learning purpose.
Compiles the sources:
$ git clone http://github.com/jhoukem/Snake
$ cd Snake
$ make
Then simply launch the game:
$ ./snake
You can see all the program options by calling it with the flag -h
$ ./snake -h