This is a simple game I wrote in a week. It uses ncurses for drawing stuff on the screen and supports colors. The game also store the high scores in a file from every users.
Responsible Changed From-To: freebsd-ports-bugs->dhn I'll take it.
dhn 2011-03-10 22:15:35 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/nsnake Makefile distinfo pkg-descr games/nsnake/files patch-Makefile Log: 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> Revision Changes Path 1.1364 +1 -0 ports/games/Makefile 1.1 +28 -0 ports/games/nsnake/Makefile (new) 1.1 +2 -0 ports/games/nsnake/distinfo (new) 1.1 +11 -0 ports/games/nsnake/files/patch-Makefile (new) 1.1 +6 -0 ports/games/nsnake/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!