Contents
========
* About Colossal Cave Adventure
* See also
* Source

About Colossal Cave Adventure
=============================
Colossal Cave Adventure has been around since 1975.  One way to
identify the version is by the total number of points possible.

* adv350kb.zip is a DOS executable for the 350 point version
 This is the one included in bsdgames.

* advent.z8 is a Z-code file for the 430 point version.
 This requires a Z-Machine Interpreter to play.

 Download Z-machine Interpreter:
 <gopher://tilde.pink/1/~bencollver/files/dos/game/zmachine/>

* walkthru.txt is a spoiler/walk-through for the 430 point version

See also
========
Colossal Cave Adventure (wikipedia)
<gopher://gopherpedia.com/0/Colossal_Cave_Adventure>

Conquering Adventure Games, Chapter 3: Adventure 350/550
<gopher://tilde.pink/1/~bencollver/ia/
details/conquering-adventure-games>

Introductory Guide
<https://virtualmoose.org/2023/01/29/
an-intro-guide-to-colossal-cave-adventure/>

BSD source code
<http://cvsweb.netbsd.org/bsdweb.cgi/
src/games/adventure/?only_with_tag=MAIN>

Colossal Cave for DOS (32-bit)
<gopher://tilde.pink/1/~bencollver/files/dos386/game/colossal-cave/>

Source
======
<gopher://gopher.661.org/9/if-archive/games/pc/adv350kb.zip>
<https://quuxplusone.github.io/Advent/advent.z8>