From 1124a486bbb866e58c8df64ee7b2ff788b17431b Mon Sep 17 00:00:00 2001 From: Alexandre Dantas Date: Thu, 8 Aug 2013 11:22:46 -0300 Subject: [PATCH] Last commit on nsnake-classic, branch abandoned. Nice working with you guys, let's see each other on the new master branch, nsnake++ --- ChangeLog | 7 ++++++- README | 20 +++++++++++++++++--- src/arguments.c | 2 +- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3c2e1dd..23dee26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -14-05-2013 V1.7 +08-08-2013 V1.7 + * Abandoned development - nsnake is now deprecated in favor of + "nsnake++", the new master branch on git. The old version will still be + kept on the "nsnake-classic" branch. + +05-14-2013 V1.7 * Changed: High-score file stays on the user's home directory. * Added: vim-like control keys (hjkl). diff --git a/README b/README index d7ab0e1..6837116 100644 --- a/README +++ b/README @@ -1,8 +1,21 @@ nsnake README ============= + nsnake is the classic snake game playable on the console. It has two modes (with or without borders) and 9 speed levels. -Uses the nCurses C library for text-like interface. +Has text-like interface, using the nCurses C library. + +This is the README for nsnake (also known as "nsnake classic"). +It was entirely coded in C, with a simple and documented source +code, to serve as a reference to beginning game programmers. + +The development for this version is halted. +I've only kept it for historical reasons. + +I recommend you to check the new version of nsnake +(also known as "nsnake++"), that was entirely rewritten in C++ +with new game mechanics and features. +That's where I'm more focused on. README Index ------------ @@ -99,7 +112,7 @@ this project. You can send me comments, bugs, ideas or anything else by email. And if you have time, please visit my blog! -My email: alex.dantas92@gmail.com +My email: eu@alexdantas.net My homepage: http://www.alexdantas.net/ nsnake main page: http://www.alexdantas.net/projects/nsnake/ @@ -170,4 +183,5 @@ Special thanks to: along with this program. If not, see . homepage: http://www.alexdantas.net/projects/nsnake/ - mailto: alex.dantas92@gmail.com + mailto: eu@alexdantas.net + diff --git a/src/arguments.c b/src/arguments.c index f153809..5511305 100644 --- a/src/arguments.c +++ b/src/arguments.c @@ -195,7 +195,7 @@ void print_version () printf("This is free software, and you are welcome to redistribute it\n"); printf("under certain conditions; type 'nsnake --license' for license details.\n"); printf("\n"); - printf("Mailto: alex.dantas92@gmail.com\n"); + printf("Mailto: eu@alexdantas.net\n"); printf("Homepage: http://sourceforge.net/projects/nsnake\n"); printf("\n"); }