File: README

package info (click to toggle)
bumprace 1.5.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,636 kB
  • sloc: sh: 3,733; ansic: 2,752; objc: 224; makefile: 58
file content (46 lines) | stat: -rw-r--r-- 1,644 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46

--------------------------------< BumpRace >------------------------------------

BumpRace is a simple arcade game. I'd like to receive a lot of comments and
suggestions. You can get the newest version of BumpRace at:
    http://www.linux-games.com/bumprace/
And you can reach me via e-mail:
    karl@karl.berlin
	
Keys:
	PLAYER 1
	<arrow keys> 			  moving
	<right control>                   special ability

	PLAYER 2
	<a>     	                  left
	<d>				  right
	<w>				  thrust
	<left control>			  special ability	

To run this, you need the SDL-library, which should be available for all linux distributions and on
 http://www.libsdl.org/

-----------------------------< RACER ABILITIES >--------------------------------

UFO-Racer:  slows down automatically
V-Shaped-Racer:  has 10% extra time
Rocket-Racer:  press control for extra speed
Last Racer:  press control to stick to walls

--------------------------------< PARAMETER >-----------------------------------

"--levelset 1"             selects an alternative, hard level set
"--nofullscreen" "-f"      guess
"--nosound"      "-s"      guess again
"--notfinal"     "-n"      no title screen (nice for developers)
"--noparticles"  "-t"      turns off particles. good for slow computers.
"--pageflip"     "-p"      flicker-free fullscreen, slow and extremly buggy
"--precision [value]"      sets the precision of the collisions (default=10) 
                           using this is not recommended

---------------------------------< LICENSE >------------------------------------

This game is available under the GNU General Public License version 2.
See COPYING for details.