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