diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-10-07 04:22:20 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-10-07 04:22:20 +0000 |
commit | 743cf297ce169c889fd0f316a0d6092a80f9448f (patch) | |
tree | adabaee1e7b2ba84a4e6da53763c543e14eafb84 /games/Makefile | |
parent | b892cda2b10b204a6e3126b748ba295d2abf20ea (diff) | |
download | ports-743cf297ce169c889fd0f316a0d6092a80f9448f.tar.gz ports-743cf297ce169c889fd0f316a0d6092a80f9448f.zip |
Add monkeybubble, a GTK2 puzzle bobble clone.
GTK2 Puzzle Bobble clone. With monkeys. Frozen Bubble, but
with monkeys. It's like a game, except SO MUCH MORE, because
it has monkeys.
Note that the game seems to want a couple hundred megs of
memory to start, but once the UI comes up, it only consumes
about 25MB. We're working on it, but the game plays fine.
Tested by: anholt, marcus, and others
Notes
Notes:
svn path=/head/; revision=90486
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 caf6a70da532..f01d6967641b 100644 --- a/games/Makefile +++ b/games/Makefile @@ -237,6 +237,7 @@ SUBDIR += mindguard SUBDIR += mirrormagic SUBDIR += miscom + SUBDIR += monkeybubble SUBDIR += moon-buggy SUBDIR += moonlander SUBDIR += moria |