From 49c2e430867c300160296d8c3bfd02a332179651 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 8 May 2005 12:30:52 +0000 Subject: 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. --- games/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/Makefile') 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 -- cgit