diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-16 17:41:07 +0800 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-16 17:41:07 +0800 |
commit | 57e670f3f850eb88282b599ee0cbb0c60e32c7c4 (patch) | |
tree | f8b8c4801e9e92249a22a7adb0dfd087367ebe02 /games/Makefile | |
parent | 4f6d33ffcaf1507536efe4d12b354df1764affe1 (diff) | |
download | freebsd-ports-gnome-57e670f3f850eb88282b599ee0cbb0c60e32c7c4.tar.gz freebsd-ports-gnome-57e670f3f850eb88282b599ee0cbb0c60e32c7c4.tar.zst freebsd-ports-gnome-57e670f3f850eb88282b599ee0cbb0c60e32c7c4.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 |