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

..03-May-2022-

data/H03-May-2022-1,6721,446

macosx/H03-May-2022-2,1812,079

src/H03-May-2022-3,9493,267

AUTHORSH A D09-Jan-20191.2 KiB4735

COPYINGH A D09-Jan-201917.6 KiB340281

ChangeLogH A D09-Jan-20199.2 KiB253227

FAQH A D09-Jan-2019781 1514

INSTALLH A D09-Jan-20199.2 KiB235177

Makefile.amH A D09-Jan-201977 63

Makefile.inH A D09-Jan-201923.7 KiB767676

NEWSH A D09-Jan-201914 21

READMEH A D09-Jan-20191.6 KiB4734

acinclude.m4H A D09-Jan-20196 KiB175161

aclocal.m4H A D09-Jan-201941.2 KiB1,1541,048

autogen.shH A D09-Jan-201962 63

bumprace.6H A D09-Jan-20192.3 KiB6563

bumprace.sgmlH A D09-Jan-20197 KiB272228

config.guessH A D09-Jan-201942.7 KiB1,4551,262

config.subH A D09-Jan-201935.3 KiB1,8161,678

configureH A D09-Jan-2019161.3 KiB5,6014,633

configure.acH A D09-Jan-20191.5 KiB6652

depcompH A D09-Jan-201917.2 KiB585370

install-shH A D09-Jan-201912.9 KiB508340

missingH A D01-Jan-19700

mkinstalldirsH A D09-Jan-20193.4 KiB162112

README

1
2--------------------------------< BumpRace >------------------------------------
3
4BumpRace is a simple arcade game. I'd like to receive a lot of comments and
5suggestions. You can get the newest version of BumpRace at:
6    http://www.linux-games.com/bumprace/
7And you can reach me via e-mail:
8    karl42@gmail.com
9
10Keys:
11	PLAYER 1
12	<arrow keys> 			  moving
13	<right control>                   special ability
14
15	PLAYER 2
16	<a>     	                  left
17	<d>				  right
18	<w>				  thrust
19	<left control>			  special ability
20
21To run this, you need the SDL-library, which should be available for all linux distributions and on
22 http://www.libsdl.org/
23
24-----------------------------< RACER ABILITIES >--------------------------------
25
26UFO-Racer:  slows down automatically
27V-Shaped-Racer:  has 10% extra time
28Rocket-Racer:  press control for extra speed
29Last Racer:  press control to stick to walls
30
31--------------------------------< PARAMETER >-----------------------------------
32
33"--levelset 1"             selects an alternative, hard level set
34"--nofullscreen" "-f"      guess
35"--nosound"      "-s"      guess again
36"--notfinal"     "-n"      no title screen (nice for developers)
37"--noparticles"  "-t"      turns off particles. good for slow computers.
38"--pageflip"     "-p"      flicker-free fullscreen, slow and extremly buggy
39"--precision [value]"      sets the precision of the collisions (default=10)
40                           using this is not recommended
41
42---------------------------------< LICENSE >------------------------------------
43
44This game is available under the GNU General Public License version 2.
45See COPYING for details.
46
47