diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-17 10:41:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-17 10:41:47 +0000 |
commit | 8c3765c795b032e0a84a7981d32851fba2bbf50a (patch) | |
tree | bd4607d2969a1150edd0c1b506b3fe4b67b3ed87 /games/Makefile | |
parent | 25c786b1f574f011a545552da3b1d735aa4a9a22 (diff) | |
download | ports-8c3765c795b032e0a84a7981d32851fba2bbf50a.tar.gz ports-8c3765c795b032e0a84a7981d32851fba2bbf50a.zip |
A simple, easy to understand game. From an overhead perspective, pilot your
little ship around with the arrow keys, shooting your way (with the space bar)
through about twenty levels of action and gorgeous (_cough_) 3d graphics. In
theory, all you windows folks need to do is extract the archive, and double
click the exe. In theory. Sorry, I never got round to adding sound - but look
on the bright side, at least you can use it at work without anyone noticing. :)
PR: ports/84924
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Notes
Notes:
svn path=/head/; revision=142996
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 9503cfa734bc..3e129fffe1f2 100644 --- a/games/Makefile +++ b/games/Makefile @@ -118,6 +118,7 @@ SUBDIR += dopewars SUBDIR += drm SUBDIR += dsnake + SUBDIR += duel SUBDIR += duke3d SUBDIR += dungeon SUBDIR += dungeoncrawl |