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
Jason S. Ninneman df46df6979 Factor out handling of variables populated from the database.
This reorganization is a first step toward handling database compilation separately.
2017-05-28 15:42:05 -07:00
tests Remove debris from the Makefile. 2017-05-28 13:55:41 -04:00
.gitignore Consistent use of 'advent' to avoid collision with BSD Games. 2017-05-18 07:18:53 -04:00
actions1.c Factor out handling of variables populated from the database. 2017-05-28 15:42:05 -07:00
actions2.c Add seedable PRNG using an adaptation the original LCG algorithm. 2017-05-23 23:37:56 -07:00
advent.txt Fix command synopsis on the manual page. 2017-05-23 11:31:10 -04:00
adventure.text Revert SEED handling and comment orocessing. It broke database compilation. 2017-05-24 18:24:09 -04:00
control Prepare to initialize public repository. 2017-05-19 13:22:09 -04:00
COPYING Revert structurization changes, they broke database compilation... 2017-05-24 00:17:19 -04:00
database.c Factor out handling of variables populated from the database. 2017-05-28 15:42:05 -07:00
database.h Factor out handling of variables populated from the database. 2017-05-28 15:42:05 -07:00
funcs.h Factor out handling of variables populated from the database. 2017-05-28 15:42:05 -07:00
history.txt Fix typos in the history. 2017-05-22 23:13:28 -07:00
init.c Factor out handling of variables populated from the database. 2017-05-28 15:42:05 -07:00
main.c Factor out handling of variables populated from the database. 2017-05-28 15:42:05 -07:00
main.h Factor out handling of variables populated from the database. 2017-05-28 15:42:05 -07:00
Makefile Factor out handling of variables populated from the database. 2017-05-28 15:42:05 -07:00
misc.c Factor out handling of variables populated from the database. 2017-05-28 15:42:05 -07:00
misc.h Just say no to encrypting internal state. 2017-05-26 10:21:19 -07:00
NEWS Update the list of changes. 2017-05-27 10:17:18 -04:00
README Regression-test machinery is now documented. 2017-05-26 00:37:24 -04:00
score.c Factor out handling of variables populated from the database. 2017-05-28 15:42:05 -07:00
share.h Factor out handling of variables populated from the database. 2017-05-28 15:42:05 -07:00
TODO Regression-test machinery is now documented. 2017-05-26 00:37:24 -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'.