summaryrefslogtreecommitdiffstats
path: root/games/zoom/zoom.1
blob: 5a6a787924b7d859c475954dc2513dedc89324f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.TH ZOOM "1" "November 2012" "SlackBuilds.org" "User Commands"
.SH NAME
zoom \- interpreter for interactive fiction games
.SH SYNOPSIS
.B zoom
[\fIOPTION\fR...] [\fIstory-file\fR] [\fIsave-file\fR]
.SH DESCRIPTION
Interactive Fiction is a fancy name for 'text adventures', thought up by
a company called called 'Infocom' circa 1979.
.PP
Zoom is an advanced player for interactive fiction stories written in four major formats:
.SS Z\-Code
The format used by Infocom in the 1980s for games including Zork and Trinity, as well as new games written using the Inform language.
.SS Glulx
A modern language intended to be the successor to Z\-Code.
.SS TADS
A modern language developed by Mike Roberts.
.SS HUGO
A modern language developed by The General Coffee Compnay.
.SH OPTIONS
.TP
\fB\-D\fR, \fB\-\-debugmode\fR
Enable source\-level debugger (requires gameinfo.dbg)
.TP
\fB\-w\fR, \fB\-\-warnings\fR
Display interpreter warnings
.TP
\fB\-W\fR, \fB\-\-fatal\fR
Warnings are fatal
.TP
\fB\-?\fR, \fB\-\-help\fR
Give this help list
.TP
\fB\-\-usage\fR
Give a short usage message
.TP
\fB\-V\fR, \fB\-\-version\fR
Print program version
.SH FILES
.TP
\fB/usr/share/zoom/games/\fR
When zoom is called without a story-file argument, it presents a menu of
the games found here, if any.
.TP
\fB/usr/share/zoom/zoomrc\fR
System\-wide config file, mostly for setting fonts and colors.
.TP
\fB$HOME/.zoomrc\fR
Per\-user config file.
.SH "SEE ALSO"
Full documentation is installed in
.nh
\fB/usr/doc/zoom-@VERSION@/manual/index.html\fR
.hy
.SH BUGS
Report bugs to bugs@logicalshift.co.uk.
.SH AUTHOR
Zoom was written by Andrew Hunter