Enable input editing with the linenoise library.
[open-adventure.git] / advent.adoc
1 = advent(6) =
2 :doctype: manpage
3
4 == NAME ==
5 advent - Colossal Cave Adventure
6
7 == SYNOPSIS ==
8 *advent* [-l logfile] [-o]
9
10 == DESCRIPTION ==
11 The original Colossal Cave Adventure from 1976-77 was the origin of all
12 later text adventures, dungeon-crawl (computer) games, and computer-hosted
13 roleplaying games.
14
15 This is the last version released by Crowther & Woods, its original
16 authors, in 1995.  It has been known as "adventure 2.5" and "430-point
17 adventure".  To learn more about the changes since the 350-point
18 original, type 'news' at the command prompt.
19
20 There is an 'adventure' in the BSD games package that is a C port by
21 Jim Gillogly of the 1976 ancestor of this game.  To avoid a name
22 collision, this game builds as 'advent', reflecting the fact that the
23 PDP-10 on which it originally ran limited filenames to 6 characters.
24
25 This version is released as open source with the permission and
26 encouragement of the original authors.
27
28 Unlike the original, this version supports use of your arrow keys to edit
29 your command line in place.  Basic Emacs keystrokes are supported, and
30 your up/down arrows access a command history.
31
32 To exit the game, type Ctrl-D (EOF).
33
34 There have been no gameplay changes.
35
36 == OPTIONS ==
37
38 -l:: Log commands to specified file.
39
40 -o:: Old-style.  Restores original interface, no prompt or command history.
41
42 == BUGS ==
43
44 The binary save file format is fragile and unlikely to survive
45 through version bumps.
46
47 == REPORTING BUGS ==
48 Report bugs to Eric S. Raymond <esr@thyrsus.com>.  The project page is
49 at http://catb.org/~esr/open-adventure
50
51 == SEE ALSO ==
52 wumpus(6), adventure(6), zork(6), rogue(6), nethack(6).