diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2002-07-19 14:27:30 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2002-07-19 14:27:30 +0000 |
commit | 2b52e8bd72da8be472415ed5f4ffa023dfc42190 (patch) | |
tree | e3b2eb2343429b90e0c697b4fb6c9139cf912400 /games/nibbles/pkg-descr | |
parent | Add dictfmt, a dictionary formatter for dictd. (diff) |
Nibbles is a simple ncurses-based console game in which you control a snake.
Your objective is to eat as many dots as possible before you crash into
yourself or the wall.
PR: ports/40643
Submitted by: Michael L. Hostbaek (mich@freebsdcluster.org)
Notes
Notes:
svn path=/head/; revision=63249
Diffstat (limited to 'games/nibbles/pkg-descr')
-rw-r--r-- | games/nibbles/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/nibbles/pkg-descr b/games/nibbles/pkg-descr new file mode 100644 index 000000000000..a2510b36913f --- /dev/null +++ b/games/nibbles/pkg-descr @@ -0,0 +1,8 @@ +Nibbles is a simple ncurses-based console game in which you control a snake. +Your objective is to eat as many dots as possible before you crash into +yourself or the wall. + +WWW: http://www.nmee.net/projects/nibbles/ + + - Michael L. Hostbaek + mich@freebsdcluster.org |