This code is a forward-port of the Crowther/Woods Adventure 2.5 from 1995, last version in the main line of Colossal Cave Adventure development written by Crowther and Woods. The authors have given permission and encouragement to this release.
Find a file
Eric S. Raymond d402e09411 Header consolidation - main.h, misc.h, and share.h merge to advent.h.
For a project this small size with a small type ontology, it's better
C style to have one header where all the assumptions about types and
structures are immediately visible.

This is a first step towards turning all that global state into a handful
of structures - probably just two, one saveable as a binary game state.
2017-06-02 15:06:33 -04:00
tests Added 428-point walkthrough to regression tests. 2017-06-02 06:38:59 -04:00
.gitignore Hand merge of MR !31: Update the CI infrastructure to be faster 2017-06-02 06:42:35 -04:00
.gitlab-ci.yml Hand merge of MR !31: Update the CI infrastructure to be faster 2017-06-02 06:42:35 -04:00
actions1.c Header consolidation - main.h, misc.h, and share.h merge to advent.h. 2017-06-02 15:06:33 -04:00
actions2.c Header consolidation - main.h, misc.h, and share.h merge to advent.h. 2017-06-02 15:06:33 -04:00
advent.h Header consolidation - main.h, misc.h, and share.h merge to advent.h. 2017-06-02 15:06:33 -04:00
advent.txt Add a qualification. 2017-05-29 12:01:28 -04:00
adventure.text Simplify build: nested makefiles considered harmful. 2017-05-29 01:33:59 -04:00
compile.c Untangle gotos 2017-06-02 08:45:50 -04:00
control Metadata update. 2017-05-31 14:34:32 -04:00
COPYING Fix typo in COPYING. 2017-06-02 18:13:56 +00:00
funcs.h Simplify build: nested makefiles considered harmful. 2017-05-29 01:33:59 -04:00
history.txt Don's account of differences from the original. 2017-05-30 17:55:15 -04:00
init.c Header consolidation - main.h, misc.h, and share.h merge to advent.h. 2017-06-02 15:06:33 -04:00
main.c Header consolidation - main.h, misc.h, and share.h merge to advent.h. 2017-06-02 15:06:33 -04:00
Makefile Header consolidation - main.h, misc.h, and share.h merge to advent.h. 2017-06-02 15:06:33 -04:00
misc.c Header consolidation - main.h, misc.h, and share.h merge to advent.h. 2017-06-02 15:06:33 -04:00
NEWS Metadata update. 2017-05-31 14:34:32 -04:00
README Regression-test machinery is now documented. 2017-05-26 00:37:24 -04:00
score.c Header consolidation - main.h, misc.h, and share.h merge to advent.h. 2017-06-02 15:06:33 -04:00
TODO Walktrough is accomplished. 2017-06-02 14:06:43 -04:00

= README for Open Adventure =

This code is a forward-port of the Crowther/Woods Adventure 2.5 from
1995, last version in the main line of Colossal Cave Adventure
development written by the original authors.  The authors have given
permission and encouragement for this release.

The file history.txt contains a more detailed history of this game
and its ancestors.

This project is called "Open Adventure" because it's not at all clear
how to number Adventure past 2.5 without misleading or causing
collisions or both.  See the history file for discussion.  The
original 6-character name on the PDP-10 has been reverted to for the
executable in order to avoid a collision with the BSD games port of
the ancestral 1977 version.

You can run a regression test on the code with 'make check'.