diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-13 00:44:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-13 00:44:45 +0800 |
commit | 2c8bede6b1d4a0582544bc73ccd4d8ebf111233e (patch) | |
tree | 486eea531377eb883bc79a7c27334f5c909f0295 /games/Makefile | |
parent | a6ed35e2fa5c643e46a22ca6f235ede46b21e440 (diff) | |
download | freebsd-ports-gnome-2c8bede6b1d4a0582544bc73ccd4d8ebf111233e.tar.gz freebsd-ports-gnome-2c8bede6b1d4a0582544bc73ccd4d8ebf111233e.tar.zst freebsd-ports-gnome-2c8bede6b1d4a0582544bc73ccd4d8ebf111233e.zip |
Despite the name, it has nothing to do with apricots. It's a game
where you fly a little plane around the screen and shoot things and
drop bombs on enemy targets, and it's meant to be quick and fun.
There can be up to 6 planes, at most two human-controlled. All
others will be computer-controlled. Network support is in to do
list.
You must shoot at another's planes, destroy others' base and try
to keep alive. You may return to your base to refill your ammo. The
scenery is randomly generated.
WWW: http://www.fishies.org.uk/apricots.html
PR: ports/119439
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.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 f6dda2fd4003..9290098b8aad 100644 --- a/games/Makefile +++ b/games/Makefile @@ -47,6 +47,7 @@ SUBDIR += antrix SUBDIR += aop SUBDIR += apoolGL + SUBDIR += apricots SUBDIR += aqbubble SUBDIR += armagetron SUBDIR += asc |