diff options
author | edwin <edwin@FreeBSD.org> | 2005-05-08 20:30:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-05-08 20:30:52 +0800 |
commit | 49c2e430867c300160296d8c3bfd02a332179651 (patch) | |
tree | a713d5dada1f616355dfddb8bf1f9a30453b8d48 /games/Makefile | |
parent | 43343c43bf2f52cc2352fef27ee2e5eb9222dd29 (diff) | |
download | freebsd-ports-gnome-49c2e430867c300160296d8c3bfd02a332179651.tar.gz freebsd-ports-gnome-49c2e430867c300160296d8c3bfd02a332179651.tar.zst freebsd-ports-gnome-49c2e430867c300160296d8c3bfd02a332179651.zip |
New port: xrally
XRally is a Linux clone of the classic Rally X arcade game.
For those who don't know, in Rally X you control a blue
(good) car, that has to collect yellow flags around a
maze-like map, while avoiding the red (bad) cars. In order
to help himself, the blue car can use clouds of smoke through
the maze. If a enemy touch any of these clouds, it stops
for a while. The enemy cars can also crash one with the
other, what gives you some extra time.
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 74a861fc2786..42b0a491016a 100644 --- a/games/Makefile +++ b/games/Makefile @@ -630,6 +630,7 @@ SUBDIR += xqf SUBDIR += xquarto SUBDIR += xracer + SUBDIR += xrally SUBDIR += xrick SUBDIR += xripple SUBDIR += xrisk |