diff options
author | mezz <mezz@FreeBSD.org> | 2004-05-05 15:47:27 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-05-05 15:47:27 +0800 |
commit | a1b51a5f6ff6b640523cf4a13f448d17350a1822 (patch) | |
tree | d0994687b9874b5e6031d640a9005050875f14a5 /games/Makefile | |
parent | cf530537c19dd9ebc570c205ba6f77b3670dfd50 (diff) | |
download | freebsd-ports-gnome-a1b51a5f6ff6b640523cf4a13f448d17350a1822.tar.gz freebsd-ports-gnome-a1b51a5f6ff6b640523cf4a13f448d17350a1822.tar.zst freebsd-ports-gnome-a1b51a5f6ff6b640523cf4a13f448d17350a1822.zip |
Aop (Ambassador Of Pain) is a curses based arcade game for UNIX with only 64
lines of sourcecode. The goal is to drive the hoovercraft (O) trough the level
into the 'at' sign (@) and reach as much points as possible by reducing the
number of moves and don't losing any time. Lost lifes (0) can easily be picked
up by simply drive over them.
WWW: http://aop.raffi.at/
PR: ports/65898
Submitted by: Aaron Zauner <az_mail@gmx.at>
Approved by: marcus (backup mentor)
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 4e9208ab101f..84a0ded1d685 100644 --- a/games/Makefile +++ b/games/Makefile @@ -30,6 +30,7 @@ SUBDIR += an SUBDIR += angband SUBDIR += antipolix + SUBDIR += aop SUBDIR += asc SUBDIR += atitd SUBDIR += atlantikdesigner |