diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-16 23:57:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-16 23:57:42 +0000 |
commit | 2679428680a1b890a752dedcdd62f26debbfb334 (patch) | |
tree | 8bb5da85242eb247a9fc214e4fc9e2c514fae99c /games/Makefile | |
parent | ca145175f439fee8c8b5b9f92cbb604445fc0d0a (diff) | |
download | ports-2679428680a1b890a752dedcdd62f26debbfb334.tar.gz ports-2679428680a1b890a752dedcdd62f26debbfb334.zip |
This is a game similar to Thrust - you pick things up with your
ship, carry them off, and drop them somewhere. Exactly why this
needs to be done is not well explained.
Features realistic(ish) physics: Explosions toss things around,
some weapons knock enemies back, and of course gravity is a constant
companion. Improved weapons are available to replace the pathetic
peashooter that the player starts out with.
WWW: http://www.markboyd.me.uk/games/flyhard/flyhard.html
PR: ports/107929
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
Notes
Notes:
svn path=/head/; revision=182551
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 6cc893efd473..9d106ec85722 100644 --- a/games/Makefile +++ b/games/Makefile @@ -196,6 +196,7 @@ SUBDIR += flightgear-atlas SUBDIR += flightgear-mb339-pan SUBDIR += flobopuyo + SUBDIR += flyhard SUBDIR += flying SUBDIR += fmars SUBDIR += foobillard |