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