diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-10 23:16:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-10 23:16:02 +0000 |
commit | b4c545310bf35ca9823231859978d4ff275a621e (patch) | |
tree | 4705307de464f3b7320c6850a5c12e211a72d343 /games/Makefile | |
parent | 8b11366af77ba09dce52ad70342a5d4b9cde7f0b (diff) |
Variations on Rockdodger (VoR) is a fork of Paul Holt's little gem Rock
Dodger, which has now accumulated enough differences to be worth releasing
on its own. The premise is simple: dodge the rocks until you die. No
shields, no weapons, no bonus lives, just pure rockdodgin' fun for your
spare moments. VoR has ray-traced rocks, a free-scrolling screen, and
"real" physics for your ship. Warning: this game is, if anything, harder
than the original. It is intended to be a quickie game to kill a few spare
moments here and there, not an epic space adventure.
PR: ports/85818
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Notes
Notes:
svn path=/head/; revision=142404
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 3bbea958b9ff..32d601c390a5 100644 --- a/games/Makefile +++ b/games/Makefile @@ -556,6 +556,7 @@ SUBDIR += vectoroids SUBDIR += virt SUBDIR += viruskiller + SUBDIR += vor SUBDIR += wanderer SUBDIR += wargus SUBDIR += wesnoth |