manual page distributed with 4.1BSD
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 21 May 1985 08:03:39 +0000 (00:03 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 21 May 1985 08:03:39 +0000 (00:03 -0800)
SCCS-vsn: old/games.vax/zork/zork.6 4.1

usr/src/old/games.vax/zork/zork.6 [new file with mode: 0644]

diff --git a/usr/src/old/games.vax/zork/zork.6 b/usr/src/old/games.vax/zork/zork.6
new file mode 100644 (file)
index 0000000..0b7d9ab
--- /dev/null
@@ -0,0 +1,41 @@
+.\" Copyright (c) 1980 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
+.\"
+.\"    @(#)zork.6      4.1 (Berkeley) %G%
+.\"
+.TH ZORK 6
+.UC 4
+.SH NAME
+zork \- the game of dungeon
+.SH SYNOPSIS
+.B /usr/games/zork
+.SH DESCRIPTION
+.I Dungeon
+is a computer fantasy simulation based on Adventure and on
+Dungeons & Dragons, originally written by Lebling, Blank,
+and Anderson of MIT.
+In it you explore a dungeon made up of
+various rooms, caves, rivers, and so on.
+The object of the game is to collect as much treasure as possible
+and stow it safely in the trophy case (and, of course, to stay alive.)
+.PP
+Figuring out the rules is part of the game, but if you are stuck,
+you should start off with \*(lqopen mailbox\*(rq, \*(lqtake leaflet\*(rq, and then
+\*(lqread leaflet\*(rq.
+Additional useful commands that are not documented include:
+.PP
+quit   (to end the game)
+.PP
+!cmd   (the usual shell escape convention)
+.PP
+>      (to save a game)
+.PP
+<      (to restore a game)
+.SH FILES
+/usr/games/lib/d*
+.SH BUGS
+We don't have the source, only a pdp-11 binary that has been severely
+munged to get it to work on V7 Unix.
+(The original binary was for RSX-11, which was patched for V6,
+and then patched for V7.)