-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
76 lines (50 loc) · 1.61 KB
/
README
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
TROPHY
http://trophy.sourceforge.net
Programming, Graphics and Sounds by
Andrew Mustun
08/2000
TROPHY is a car racing game with some special features
like shooting and dropping bombs.
Requirements
------------
TROPHY requires ClanLib 0.8 or 1.0 to run.
You can get ClanLib from www.clanlib.org
Hardware:
You need a lot of video memory to run TROPHY. However,
it should run anyway but the quality might suffer if
your hardware isn't good enough.
Installation
------------
To install TROPHY simply extract it to any directory you
prefer.
Use
---
You can run TROPHY by changeing to its directory and then
typing ./trophy on your console.
There are some options for TROPHY which might be of interest:
-f or --fullscreen runs TROPHY in full screen mode
--fast for slow computers and impatient users
--640x480
--800x600
--1024x768 run with given resolution
--nosound well, no sound
--help show all available options
e.g.
./trophy -f --800x600 --nosound
will run TROPHY in full screen mode with a resolution
of 800x600 and without sound.
The control keys are:
Arrow keys for steering, gas and break
E Gas
D Break
A Turbo
X Shoot
C Drop bombs
ESC Finishes current race immediately
Thanks
------
Many thanks to all the people who provided something
useful to TROPHY. Especially I like to thank the ClanLib
team for their effort to provide a cool game library for
Linux.