diff options
author | crees <crees@FreeBSD.org> | 2012-05-07 23:20:30 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-05-07 23:20:30 +0800 |
commit | 267f95102c144e4f6f97b12c8627a43a6bbd9626 (patch) | |
tree | 1d146695a7551e3a6c6da74f3e4c3b63b9e3657b /games/Makefile | |
parent | be91f76c96bc615c9f1acfb683b75c9e6b2db03c (diff) | |
download | freebsd-ports-gnome-267f95102c144e4f6f97b12c8627a43a6bbd9626.tar.gz freebsd-ports-gnome-267f95102c144e4f6f97b12c8627a43a6bbd9626.tar.zst freebsd-ports-gnome-267f95102c144e4f6f97b12c8627a43a6bbd9626.zip |
The aim of Bubble Chains is to remove all of the targets on each level,
and to do this before the time
(indicated with the blue-colored bar at the right) runs out.
Keep doing this until you have passed the last level and won the game.
WWW: http://bubble-chains.sintegrial.com/
PR: ports/167234
Submitted by: nemysis@gmx.ch
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 e1d113a7eee2..de870f4e9fa7 100644 --- a/games/Makefile +++ b/games/Makefile @@ -102,6 +102,7 @@ SUBDIR += bsdrain SUBDIR += bsdtris SUBDIR += bsp + SUBDIR += bubble-chains SUBDIR += bubbros SUBDIR += bugsquish SUBDIR += bugsx |