From c3c97af09b4e528cf68b5e02246cd17782ae8cca Mon Sep 17 00:00:00 2001 From: Dennis Herrmann Date: Thu, 10 Mar 2011 22:15:35 +0000 Subject: 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 --- games/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/Makefile') 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 -- cgit v1.2.3