Bring if_bridge up to date with FreeBSD.
[dragonfly.git] / games / battlestar / battlestar.6
1 .\" Copyright (c) 1983, 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 .\"     @(#)battlestar.6        8.1 (Berkeley) 5/31/93
33 .\" $FreeBSD: src/games/battlestar/battlestar.6,v 1.4.2.1 2001/07/22 11:32:34 dd Exp $
34 .\" $DragonFly: src/games/battlestar/battlestar.6,v 1.2 2003/06/17 04:25:22 dillon Exp $
35 .\"
36 .TH BATTLESTAR 6 "May 31, 1993
37 .UC 6
38 .SH NAME
39 battlestar \- a tropical adventure game
40 .SH SYNOPSIS
41 .B battlestar
42 [
43 .B -r (recover a saved game)
44 ]
45 .br
46 .fi
47 .SH DESCRIPTION
48 .I Battlestar
49 is an adventure game in the classic style.  However, it's slightly less
50 of a
51 puzzle and more a game of exploration.  There are a few magical words
52 in the game, but on the whole, simple English
53 should suffice to make one's desires understandable to the parser.
54 .SH "THE SETTING"
55 In the days before the darkness came, when battlestars ruled the
56 heavens...
57 .br
58 .nf
59
60                 Three He made and gave them to His daughters,
61                 Beautiful nymphs, the goddesses of the waters.
62                 One to bring good luck and simple feats of wonder,
63                 Two to wash the lands and churn the waves asunder,
64                 Three to rule the world and purge the skies with thunder.
65
66 .fi
67 .PP
68 In those times great wizards were known and their powers were beyond
69 belief.  They could take any object from thin air, and, uttering the
70 word `su' could disappear.
71 .PP
72 In those times men were known for their lust of gold and desire to
73 wear fine weapons.  Swords and coats of mail were fashioned that could
74 withstand a laser blast.
75 .PP
76 But when the darkness fell, the rightful reigns were toppled.  Swords
77 and helms and heads of state went rolling across the grass.  The entire
78 fleet of battlestars was reduced to a single ship.
79 .SH "SAMPLE COMMANDS"
80 .nf
81
82         take    ---     take an object
83         drop    ---     drop an object
84
85         wear    ---     wear an object you are holding
86         draw    ---     carry an object you are wearing
87
88         puton   ---     take an object and wear it
89         take off --     draw an object and drop it
90
91         throw  <object> <direction>
92
93         !       <shell esc>
94
95 .fi
96 .SH "IMPLIED OBJECTS"
97 .nf
98
99         >-: take watermelon
100         watermelon:
101         Taken.
102         >-: eat
103         watermelon:
104         Eaten.
105         >-: take knife and sword and apple, drop all
106         knife:
107         Taken.
108         broadsword:
109         Taken.
110         apple:
111         Taken.
112         knife:
113         Dropped.
114         broadsword:
115         Dropped.
116         apple:
117         Dropped.
118         >-: get
119         knife:
120         Taken.
121
122 .fi
123 .PP
124 Notice that the "shadow" of the next word stays around if you
125 want to take advantage of it.  That is, saying "take knife" and then
126 "drop"
127 will drop the knife you just took.
128 .SH "SCORE & INVEN"
129 The two commands "score" and "inven" will print out your current status
130 in
131 the game.
132 .SH "SAVING A GAME"
133 The command "save" will save your game in a file called "Bstar."  You
134 can
135 recover a saved game by using the "-r" option when you start up the
136 game.
137 .SH DIRECTIONS
138 The compass directions N, S, E, and W can be used if you have a compass.
139 If you don't have a compass, you'll have to say R, L, A, or B, which
140 stand for
141 Right, Left, Ahead, and Back.  Directions printed in room descriptions
142 are
143 always printed in R, L, A, & B relative directions.
144 .SH HISTORY
145 I wrote Battlestar in 1979 in order to experiment with the niceties of
146 the C Language.
147 Most interesting things that happen in the game are hardwired into the
148 code, so don't
149 send me any hate mail about it!  Instead, enjoy art for art's sake!
150 .SH AUTHOR
151 David Riggle
152 .SH "INSPIRATION & ASSISTANCE"
153 Chris Guthrie
154 .br
155 Peter Da Silva
156 .br
157 Kevin Brown
158 .br
159 Edward Wang
160 .br
161 Ken Arnold & Company
162 .SH BUGS
163 Countless.
164 .SH "FAN MAIL"
165 Send to edward%ucbarpa@Berkeley.arpa, chris%ucbcory@berkeley.arpa,
166 riggle.pa@xerox.arpa.