nsnake 1.4 12 January 2012
---------------------------------------
o Prevent food for spawning on snake.
o Added a cute animation when quitting.
o Switch to stdbool instead of int.
o Remove useless function parameters.

nsnake 1.3 28 August 2011
---------------------------------------
o Fix a security when reading a bad (or unexistant) file.
o Do not append the same score twice.
o Fix a failure when a food is near the wall and the snake wallcrosses.
o Added an option to disable scoring.

nsnake 1.2.1 26 August 2011
---------------------------------------
o Pause is working again.

nsnake 1.2 25 August 2011
---------------------------------------
o Added option to set the color.
o Switch to binary score file.
o Reduced snake's length to uint16_t from size_t.

nsnake 1.1 03 April 2011
---------------------------------------
o Bug where food spawn on snake fixed.
o New feature : if screen is filled, snake is reduced to the default size.
o Show scores according to -w switch.
o Improved security parsing nicknames in the score file.
o Added more security in insertscore() function.
o Improved the pause state, now possible to quit.
o Better showscore() output.

nsnake 1.0.1 08 March 2011
---------------------------------------
o Little fix in the Makefile for the FreeBSD port.

nsnake 1.0 08 March 2011
---------------------------------------
o Initial release.
