1moon-buggy(6) Games Manual moon-buggy(6)
2
3
4
6 moon-buggy - drive some car across the moon
7
9 moon-buggy [-hnsV] [--help] [--no-title] [--show-scores] [--version]
10
12 Moon-buggy is a simple character graphics game, where you drive some
13 kind of car across the moon´s surface. Unfortunately there are danger‐
14 ous craters there. Fortunately your car can jump over them!
15
17 The program understands the following command line options.
18
19 -h, --help
20 shows a short usage message.
21
22 -m, --mesg
23 disable write access to your terminal by other users, so your
24 boss can´t disturb your game play with the help of "write" or
25 "finger".
26
27 -n, --no-title
28 skips the title screen.
29
30 -s, --show-scores
31 shows the current highscore list and exits.
32
33 -w, --with-sound
34 enables experimental sound add-on using esd.
35
36 -V, --version
37 prints the program´s version to standard output and exits.
38
40 The moon-buggy is controlled by a couple of keys, which are described
41 near the bottom of the screen. Most important are the following keys.
42
43 SPC, j makes your car jump. The length of a jump is fixed and you can
44 only start a new jump, while the wheels have contact to the
45 ground.
46
47 a, l fires the mining laser. The laser is used to remove stones,
48 which may block your way.
49
50 q quits the game prematurely. But you still keep your score and
51 may enter the highscore list.
52
54 The following files on your system are related to moon-buggy.
55
56 /usr/bin/moon-buggy
57 the moon-buggy executable.
58
59 /var/games/moon-buggy/mbscore
60 the global score file
61
62 $HOME/.mbscore
63 the local score file. This is used, if moon-buggy has no write
64 access to the global score file.
65
67 Moon-buggy Usage and Maintenance by Jochen Voss.
68
70 Copyright © 2004 Jochen Voss
71
72 Moon-buggy is free software. Read the file COPYING of the source code
73 distribution for details or press ´c´ at moon-buggy´s title screen.
74
76 The program moon-buggy was implemented by Jochen Voss (voss@see‐
77 huhn.de).
78
79
80
81moon-buggy 1.0.51+esd Dec 27 2004 moon-buggy(6)