• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

debian/H06-Jan-2001-296213

doc/H06-Jan-2001-831588

images/H03-May-2022-1,4861,316

maps/H06-Jan-2001-1,1981,189

sounds/H03-May-2022-

tools/H06-Jan-2001-1,4401,115

AUTHORSH A D27-Oct-2000482 3117

COPYINGH A D27-Oct-200014.8 KiB281237

ChangeLogH A D06-Jan-20018.9 KiB214180

INSTALLH A D27-Oct-20006.8 KiB168129

LOGH A D06-Jan-2001253.3 KiB8,7508,025

Makefile.amH A D24-Nov-20001.3 KiB2820

Makefile.inH A D03-May-202212.5 KiB418322

READMEH A D27-Oct-20002 KiB4635

TODOH A D01-Jan-20011.4 KiB5441

acconfig.hH A D27-Oct-20001.2 KiB327

acinclude.m4H A D27-Oct-20002.6 KiB10389

aclocal.m4H A D18-Dec-20007.1 KiB244213

ai.cH A D25-Nov-20003.8 KiB140103

ai.hH A D27-Oct-20001.8 KiB5118

car.cH A D25-Nov-200010.1 KiB417275

car.hH A D27-Oct-20001.5 KiB3615

config.h.inH A D17-Nov-2000430 2313

configureH A D03-May-202264.2 KiB2,0501,601

configure.inH A D08-Dec-20003.2 KiB10169

copyhiscoreH A D27-Oct-200082 31

effects.cH A D25-Nov-20004 KiB12595

effects.hH A D25-Nov-20001.5 KiB4517

game.cH A D03-May-202215.4 KiB508349

game.hH A D01-Jan-20013.2 KiB11765

global.hH A D03-May-20224.3 KiB228160

graphics.cH A D03-May-202212.8 KiB479357

graphics.hH A D26-Nov-20003.3 KiB12052

install-shH A D27-Oct-20005.5 KiB251152

level.cH A D01-Jan-200114.8 KiB681525

level.hH A D23-Dec-20001.9 KiB4931

main.cH A D01-Jan-200111.3 KiB568400

map.cH A D06-Jan-20016.6 KiB271152

map.hH A D27-Oct-20001.4 KiB3817

menu.cH A D03-May-202220.3 KiB713501

menu.hH A D18-Dec-20001.9 KiB6334

missingH A D27-Oct-20006.1 KiB189152

mkinstalldirsH A D27-Oct-2000733 4123

myhiscore-01.06.01-18:06:18H A D06-Jan-20013.9 KiB108107

pageinfoH A D27-Oct-2000504 3220

score.cH A D03-May-20227.8 KiB320257

score.hH A D01-Jan-2001675 3325

sound.cH A D03-May-202220.5 KiB829607

sound.hH A D23-Nov-20001.7 KiB5524

sound_dummy.cH A D23-Nov-20001.5 KiB5324

sound_oss.cH A D23-Nov-20002.4 KiB9758

soundplayer.hH A D03-May-20223.8 KiB178124

stamp-h.inH A D18-Dec-200010 21

xrally.kdevprjH A D27-Oct-20003.5 KiB209208

xrally.lsmH A D27-Oct-2000402 1312

xrally.specH A D06-Jan-20011.4 KiB5443

README

1XRally is a linux clone of the classic Rally X arcade game. For
2those who don't know, in Rally X you control a blue (good) car,
3that has to collect yellow flags around a maze-like map, while
4avoiding the red (bad) cars. In order to help himself, the blue
5car can use clouds of smoke through the maze. If a enemy touch
6any of these clouds, it stops for a while. The enemy cars can
7also crash one with the other, what gives you some extra
8time.
9
10The controls are pretty simple. Just use the arrow keys to move
11around and the space bar to exhaust the smoke.
12
13A lot of the gameplay can be adjusted in the source files. For details of how to do that, take a look at the CONFIG file.
14
15The "Test Level" isn't for being played. It was made to test the
16game engine and now is used to test the povrayed graphics I'm
17trying to do (but I'm also learning how to use Povray, so
18doesn't expect much! The car.pov file is in the directory
19images/povray, for those who want to take a look/modify it).
20
21The "Leo Level" is made by my younger brother, Leonardo, and I
22don't have any control of it. Any complaints, send email to
23leo_ore@zipmail.com.br
24
25The "Real Level" is the one to use if you want only to play the
26game. However, it just have two maps by now... any contribution
27is deeply appreciated! :)
28
29XRally is written in C, using only the basic Xlib and
30Xpm libraries. It's a project aimed mainly at newbie
31X/Game programmers like me (but any experienced help is
32appreciated! :)  )
33
34We need your help! There are severals ways of you helping the project:
35
36- Create nice looking tilesets. They should be xpms. See the file "tileset" for details
37- Create nice levels. See the file "levels" for information
38- Help in the development. Any help is greatly appreciated. The TODO file has more information
39- Write documentation
40- Send bug reports
41(the TODO file has a lot of others ideas for those interested in helping)
42
43Take also a look at the game homepage at http://www.linuxgames.com/xrally
44
45If you are willing to help, just send me a mail at perdig@linuxbr.com.br that I will be very thankful! :)
46