diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-15 04:36:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-15 04:36:50 +0800 |
commit | 21b1a751f2ed30bf281592cec258c2e630af02af (patch) | |
tree | dd0835fb260a5224ab106e0e336498bfef64a046 /games/Makefile | |
parent | 9dd25bd261b3d8e21187caa915c31294d0b9216d (diff) | |
download | freebsd-ports-gnome-21b1a751f2ed30bf281592cec258c2e630af02af.tar.gz freebsd-ports-gnome-21b1a751f2ed30bf281592cec258c2e630af02af.tar.zst freebsd-ports-gnome-21b1a751f2ed30bf281592cec258c2e630af02af.zip |
This is the first release of a shoot em up game written in SDL. The
objective is simple: you have 1 life and 1 hit will kill you. Try
and destroy as many enemies as possible before this happens.
The game features an online scoring system and the ability to replay
game sessions.
WWW: http://www.parallelrealities.co.uk/randomShooter.php
PR: ports/121203
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 fce47bd2d649..fa1bac9088c7 100644 --- a/games/Makefile +++ b/games/Makefile @@ -667,6 +667,7 @@ SUBDIR += qwdtools SUBDIR += r1q2 SUBDIR += race + SUBDIR += randomshooter SUBDIR += reminiscence SUBDIR += rfksay SUBDIR += ri-li |