1NSnake CHANGES
2==============
3
4nsnake 2.2.0 2019-10-14
5-----------------------
6
7- Add automatic feature detection with sysconfig.sh,
8- Stay even more close to POSIX.
9
10nsnake 2.1.0 2019-09-05
11-----------------------
12
13- Switch back to plain Makefiles,
14- Removing bundled libraries,
15- Do almost all platform detection in nsnake.h.
16
17nsnake 2.0.0 2016-02-26
18-----------------------
19
20- Switch to CMake,
21- Port to Windows,
22- Add -v option for verbosity.
23
24nsnake 1.4.0 2012-01-12
25-----------------------
26
27- Prevent food for spawning on snake,
28- Added a cute animation when quitting,
29- Switch to stdbool instead of int,
30- Remove useless function parameters.
31
32nsnake 1.3.0 2011-08-28
33-----------------------
34
35- Fix a security when reading a bad (or nonexistent) file,
36- Do not append the same score twice,
37- Fix a failure when a food is near the wall and the snake wallcrosses,
38- Added an option to disable scoring.
39
40nsnake 1.2.1 2011-08-26
41-----------------------
42
43- Pause is working again.
44
45nsnake 1.2.0 2011-08-25
46-----------------------
47
48- Added option to set the color,
49- Switch to binary score file,
50- Reduced snake's length to uint16\_t from size\_t.
51
52nsnake 1.1.0 2011-04-03
53-----------------------
54
55- Bug where food spawn on snake fixed,
56- New feature : if screen is filled, snake is reduced to the default size,
57- Show scores according to -w switch,
58- Improved security parsing nicknames in the score file,
59- Added more security in insertscore() function,
60- Improved the pause state, now possible to quit,
61- Better showscore() output.
62
63nsnake 1.0.1 2011-03-08
64-----------------------
65
66- Little fix in the Makefile for the FreeBSD port.
67
68nsnake 1.0.0 2011-03-08
69-----------------------
70
71- Initial release.
72