A primitive version of the famous snake game, made during my first year of Computer Science.
Organize better.
Improve comments and documentation.
In order to play this game, run 'make', then 'make run'.
NOTE: ncurses library required.
To install :
'sudo apt-get install libncurses5-dev'