Add Patreon link.
[open-adventure.git] / README.adoc
1 = README for Open Adventure =
2
3 If you are reading this anywhere but at http://www.catb.org/~esr/open-adventure
4 you can go there for tarball downloads and other resources.
5
6 This code is a forward-port of the Crowther/Woods Adventure 2.5 from
7 1995, last version in the main line of Colossal Cave Adventure
8 development written by the original authors.  The authors have given
9 permission and encouragement for this release; it obsolesces all
10 the 350-point versions and previous 2.x (430-point) ports.
11
12 The file history.adoc contains a more detailed history of this game
13 and its ancestors.  The file notes.adoc is the maintainer's notes,
14 describing project goals and recent changes.
15
16 This project is called "Open Adventure" because it's not at all clear
17 how to number Adventure past 2.5 without misleading or causing
18 collisions or both.  See the history file for discussion.  The
19 original 6-character name on the PDP-10 has been reverted to for the
20 executable in order to avoid a collision with the BSD games port of
21 the ancestral 1977 version.
22
23 Please see INSTALL.adoc for build info.
24
25 Extreme care has been taken to not silently change gameplay. By
26 policy, all user-visible changes from 2.5 that are not bugs or typos
27 are revertible with the -o (oldstyle) command-line option.
28
29 If you encounter a bug (not likely; this code is old and well tested)
30 please try to make a test log that reproduces it, using the -l option,
31 and ship it to the maintainers.
32
33 If you find this code useful or amusing, please 
34 https://www.patreon.com/esr[support me on Patreon.]
35
36 // end
37
38
39