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