diff options
author | pav <pav@FreeBSD.org> | 2006-01-24 04:01:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-24 04:01:03 +0800 |
commit | 190b20f50e5bdde70c39d221e57c50e0f377dfcb (patch) | |
tree | ba68fa53caf92f0380cedb23fa68fd2716c2c109 /games/Makefile | |
parent | 99e4582b4c5fb6898df00b28fbceb5773f2e0a7e (diff) | |
download | freebsd-ports-gnome-190b20f50e5bdde70c39d221e57c50e0f377dfcb.tar.gz freebsd-ports-gnome-190b20f50e5bdde70c39d221e57c50e0f377dfcb.tar.zst freebsd-ports-gnome-190b20f50e5bdde70c39d221e57c50e0f377dfcb.zip |
Two player game in a 3D ellipsoid playground. Players are cars with a
magnetic director, able to attract or reject a ball in order to throw
it through a goal placed in the center of the playing field. It sounds
easy... but remember that reality is fuzzy!
WWW: http://sourceforge.net/projects/gillo
PR: ports/92195
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
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 7766b7d6f158..25249897bfc5 100644 --- a/games/Makefile +++ b/games/Makefile @@ -205,6 +205,7 @@ SUBDIR += ggz-gtk-client SUBDIR += ggz-sdl-games SUBDIR += ggz-txt-client + SUBDIR += gillo SUBDIR += gl-117 SUBDIR += glasteroids SUBDIR += glaxium |