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
2017-06-04 08:00:58 -04:00
tests Test coverage improvement. 2017-06-04 07:30:21 -04:00
.gitignore Fix Makefile dist target. 2017-06-04 05:50:39 -04:00
.gitlab-ci.yml Attempt YAML repair. 2017-06-04 06:29:30 -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.adoc Use "adoc" extension for asciidoc, it's the GitLab convention. 2017-06-03 14:29:44 -04:00
advent.h Simplify bitmask test/set from FORTRANish to actual C. 2017-06-02 16:40:29 -04:00
adventure.text Documentation polishing. 2017-06-03 13:04:46 -04:00
compile.c Sync compile.c with misc.c. 2017-06-03 11:41:33 -07: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
hints.adoc Create website iindex and hints pages. 2017-06-03 14:57:39 -04:00
history.adoc Note some non-influences. 2017-06-04 08:00:58 -04:00
index.adoc Reconfigure the CI pipeline to deploy more static HTML content. 2017-06-03 17:55:57 -07: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 Makefile and CI recipe YML rework. 2017-06-04 06:16:46 -04:00
misc.c Rescope and retype a variable. 2017-06-03 11:30:56 -07:00
NEWS Metadata update. 2017-05-31 14:34:32 -04:00
README.adoc Use "adoc" extension for asciidoc, it's the GitLab convention. 2017-06-03 14:29:44 -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.adoc 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'.