diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-16 17:41:07 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-16 17:41:07 +0800 |
commit | fbac5fbcb7ed96c143281ef6a446b2ce4cb0aeb0 (patch) | |
tree | eed8a08cca0724567b9f47f85c7e80ff5a95f8c2 /games/Makefile | |
parent | 5ee2e942cc0f5d6e98a911e14197a84a5e1208da (diff) | |
download | freebsd-ports-gnome-fbac5fbcb7ed96c143281ef6a446b2ce4cb0aeb0.tar.gz freebsd-ports-gnome-fbac5fbcb7ed96c143281ef6a446b2ce4cb0aeb0.tar.zst freebsd-ports-gnome-fbac5fbcb7ed96c143281ef6a446b2ce4cb0aeb0.zip |
A snake game with 8 levels. Great if you need to shut off your brain
for a few minutes and occupy your hands in the meantime. Guaranteed
no adrenaline rush!
WWW: http://www.junoplay.com/
PR: ports/98965
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
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 3e9976c816af..cb79ee049d6d 100644 --- a/games/Makefile +++ b/games/Makefile @@ -61,6 +61,7 @@ SUBDIR += battleball SUBDIR += biloba SUBDIR += biorythm + SUBDIR += bitefusion SUBDIR += blackjack SUBDIR += blinkensisters SUBDIR += blobandconquer |