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
2023-03-23 11:28:53 -04:00
tests Fix things so seed doesn't cost clock time. 2023-03-23 11:28:53 -04:00
.gitignore Consistent use of 'advent' to avoid collision with BSD Games. 2017-05-18 07:18:53 -04:00
actions1.c Input source is parametrized all the way down. 2023-03-23 11:28:53 -04:00
actions2.c Add seedable PRNG using an adaptation the original LCG algorithm. 2023-03-23 11:28:53 -04:00
advent.txt Added oldstyle option. 2017-05-23 11:28:56 -04:00
adventure.text Make Z a synonym for NOTHI. 2023-03-23 11:28:53 -04:00
control Prepare to initialize public repository. 2017-05-19 13:22:09 -04:00
COPYING Relicense to 2-clause BSD. Befin the history document. 2017-05-15 01:57:17 -04:00
funcs.h Add seedable PRNG using an adaptation the original LCG algorithm. 2023-03-23 11:28:53 -04:00
history.txt Fix typos in the history. 2017-05-22 23:13:28 -07:00
init.c Quiet down database compilation. Observe RNG stability. 2023-03-23 11:28:53 -04:00
main.c Avoid noise diffs around logging of seed command. 2023-03-23 11:28:53 -04:00
main.h Implement fallback handler that looks at the raw command buffer. 2023-03-23 11:28:53 -04:00
Makefile Start advent430 branch for correctness testing. 2023-03-23 11:28:53 -04:00
misc.c Don't loop back on resume file read failure... 2023-03-23 11:28:53 -04:00
misc.h Once again, take srand()/random() out of the initialization chain. 2023-03-23 11:28:53 -04:00
NEWS Added oldstyle option. 2017-05-23 11:28:56 -04:00
README Fix a couple typos. 2017-05-22 21:13:15 -07:00
score.c Fix capitalization glitches. 2017-05-23 09:18:28 -04:00
share.h Don Wood's 430-point Adventure 2.5 from 1995, from rec.games.int-fiction. 2017-02-16 11:59:50 -05:00
TODO Add seedable PRNG using an adaptation the original LCG algorithm. 2023-03-23 11:28:53 -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 to 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
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 in order to avoid a collision
with the BSD games port of the ancestral 196 version.