diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-16 20:06:00 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-16 20:06:00 +0800 |
commit | 04d4a4bff12544a9655b3bcf822e8733c158489d (patch) | |
tree | 70225d8d681a1fd901211d918e68749133bd11bb /games/Makefile | |
parent | 083e1bba12adaa1ef4524ae68baeff0f43256ed9 (diff) | |
download | freebsd-ports-gnome-04d4a4bff12544a9655b3bcf822e8733c158489d.tar.gz freebsd-ports-gnome-04d4a4bff12544a9655b3bcf822e8733c158489d.tar.zst freebsd-ports-gnome-04d4a4bff12544a9655b3bcf822e8733c158489d.zip |
The aim of this game is to shoot colored balls so the form similarily
colored groups, causing them to fall out of the screen. You can
either win by clearing your entire field, or lose if any balls
attach below the white line near the bottom.
The main difference between this game and the classic Bust a Move,
is online multiplayer support, with menu options for playing against
random opponents, or starting or joining a named (private) game.
WWW: http://www.junoplay.com/
PR: ports/98966
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 5fe1b1e4eb93..65e3bd70fb3c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -487,6 +487,7 @@ SUBDIR += pear-Games_Chess SUBDIR += pengpong SUBDIR += penguin-command + SUBDIR += pengupop SUBDIR += pentix SUBDIR += phalanx SUBDIR += phpua-bf |