diff options
author | dhn <dhn@FreeBSD.org> | 2011-03-11 06:15:35 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-03-11 06:15:35 +0800 |
commit | 4ef14c0e0ab5128189029d7cf205e3c88e5184bd (patch) | |
tree | 2f7c5096df11ace6ced51f8c30ab8ae4a808f973 /games/Makefile | |
parent | 831ef1158e40544928c524a7590234bc9076b866 (diff) | |
download | freebsd-ports-gnome-4ef14c0e0ab5128189029d7cf205e3c88e5184bd.tar.gz freebsd-ports-gnome-4ef14c0e0ab5128189029d7cf205e3c88e5184bd.tar.zst freebsd-ports-gnome-4ef14c0e0ab5128189029d7cf205e3c88e5184bd.zip |
nsnake is small game written in C and using ncurses API for drawing stuff on the screen.
It currently supports colors and can save highscores in a file.
WWW: http://softs.malikania.fr/nsnake
PR: ports/155380
Submitted by: David Demelier <demelier.david@gmail.com>
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 2df647f0a68f..95b890a93d28 100644 --- a/games/Makefile +++ b/games/Makefile @@ -593,6 +593,7 @@ SUBDIR += noegnud-slashem SUBDIR += nonsense SUBDIR += npush + SUBDIR += nsnake SUBDIR += nuclearchess SUBDIR += numptyphysics SUBDIR += numptyphysics-npcomplete |