Merge from vendor branch READLINE:
[dragonfly.git] / games / rogue / rogue.6
1 .\" Copyright (c) 1988, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)rogue.6     8.1 (Berkeley) 5/31/93
33 .\" $FreeBSD: src/games/rogue/rogue.6,v 1.4.2.3 2001/12/14 14:26:32 ru Exp $
34 .\" $DragonFly: src/games/rogue/rogue.6,v 1.2 2003/06/17 04:25:25 dillon Exp $
35 .\"
36 .Dd December 7, 2000
37 .Dt ROGUE 6
38 .Os
39 .Sh NAME
40 .Nm rogue
41 .Nd exploring The Dungeons of Doom
42 .Sh SYNOPSIS
43 .Nm
44 .Op Fl r
45 .Op Ar save_file
46 .Op Fl s
47 .Op Fl d
48 .Sh DESCRIPTION
49 The
50 .Nm
51 is a computer fantasy with a new twist.
52 It is CRT oriented and the object of the game is to survive
53 the attacks of various monsters and gather a lot of gold, rather
54 than the puzzle solving orientation of most computer fantasy games.
55 .Pp
56 To get started you really only need to know two commands.
57 The command
58 .Ic ?\&
59 will give you a list of the available commands and the command
60 .Ic /
61 will identify the things you see on the screen.
62 .Pp
63 To win the game (as opposed to merely playing to beat other people's high
64 scores) you must locate the
65 .Em Amulet of Yendor
66 which is somewhere below the 20th level of the dungeon and get it out.
67 Nobody has achieved this
68 yet and if somebody does, they will probably go down in history as a hero
69 among heroes.
70 .Pp
71 When the game ends, either by your death, when you quit, or if you (by
72 some miracle) manage to win,
73 .Nm
74 will give you a list of the top-ten scorers.
75 The scoring is based entirely upon how much gold you get.
76 There is a 10% penalty for getting yourself killed.
77 .Pp
78 If
79 .Ar save_file
80 is specified,
81 .Nm
82 will be restored from the specified saved game file.
83 .Pp
84 The
85 .Fl s
86 option will print out the list of scores.
87 .Pp
88 For more detailed directions, read the document
89 .Rs
90 .%B A Guide to the Dungeons of Doom
91 .Re
92 .Sh AUTHORS
93 .An Timothy Stoehr ,
94 .An Michael C. Toy ,
95 .An Kenneth C. R. C. Arnold ,
96 .An Glenn Wichman
97 .Sh FILES
98 .Bl -tag -width /var/games/rogue.scoresXX -compact
99 .It Pa /var/games/rogue.scores
100 score file
101 .It Pa rogue.save
102 default save file
103 .El
104 .Sh SEE ALSO
105 .Rs
106 .%A Michael C. Toy
107 .%A Kenneth C. R. C. Arnold
108 .%B A Guide to the Dungeons of Doom
109 .%O (see /usr/share/doc/usd/30.rogue/)
110 .Re
111 .Sh BUGS
112 Probably infinite, although none are known.
113 However, that Ice Monsters sometimes transfix you permanently is
114 .Em not
115 a bug.
116 It's a feature.