forked from seehuhn/moon-buggy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanpage.in
84 lines (84 loc) · 2.17 KB
/
manpage.in
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
77
78
79
80
81
82
83
84
.\" manpage.in - template for the "moon-buggy.6" manual page
.\" Copyright 1999, 2000 Jochen Voss
.de Op
.BR \-\\$1 @C@ ", " \-\-\\$2
..
.TH moon\-buggy 6 "Dec 27 2004" "moon\-buggy @MBVERS@"
.SH NAME
moon\-buggy \- drive some car across the moon
.SH SYNOPSIS
moon\-buggy [\-hnsV] @C@[\-\-help] [\-\-no\-title] [\-\-show\-scores] [\-\-version]
.SH DESCRIPTION
.B Moon\-buggy
is a simple character graphics game, where you drive some kind of car
across the moon\'s surface.
Unfortunately there are dangerous craters
there. Fortunately your car can jump over them!
.SH OPTIONS
The program understands the following command line options.
.TP
.Op h help
shows a short usage message.
.TP
.Op m mesg
disable write access to your terminal by other users,
so your boss can\'t disturb your game play with the help
of "write" or "finger".
.TP
.Op n no\-title
skips the title screen.
.TP
.Op s show\-scores
shows the current highscore list and exits.
.TP
.Op V version
prints the program\'s version to standard output and exits.
.SH KEYS
The moon\-buggy is controlled by a couple of keys, which are described
near the bottom of the screen. Most important are the following keys.
.IP "SPC, j"
makes your car jump.
The length of a jump is fixed and you can only
start a new jump, while the wheels have contact to the ground.
.IP "a, l"
fires the mining laser.
The laser is used to remove stones, which may
block your way.
.IP q
quits the game prematurely.
But you still keep your score and may
enter the highscore list.
.IP
.SH FILES
The following files on your system are related to moon\-buggy.
.TP
.I "@MBBINDIR@/moon\-buggy"
the moon\-buggy executable.
.TP
.I "@MBSCORE@/mbscore"
the global score file
.TP
.I "$HOME/.mbscore"
the local score file. This is used, if
.B moon\-buggy
has no write access to the global score file.
.SH SEE ALSO
.B "Moon\-buggy Usage and Maintenance"
by Jochen Voss.
.SH COPYING
Copyright \(co 2004 Jochen Voss
.PP
.B Moon\-buggy
is free software.
Read the file
.I COPYING
of the source code distribution for details or press \'c\' at
.BR moon\-buggy \'s
title screen.
.SH AUTHOR
The program
.B moon\-buggy
was implemented by Jochen Voss (voss@seehuhn.de).
.\" Local Variables:
.\" mode: nroff
.\" End: