Basic 1984 Text-Based Adventure (CLI) (c)opyright 2015 by 3F, LLC.
This is adventure program #1 from the book, which as far as adventure games goes, is very crude at best, but it incorporates some of the powerful features of the PASCAL language, and as such, it is a very good learning tool. There are two more programs in the book, each a more expanded and complex version of the previous one.
With minor modifications, this code has been modified to work with ModernPascal.com command line interface (Windows, Mac, Linux). This is part of our $24.99 "Building your first video game" tutorials.
This program was originally published in the book: "Programming Your Own Adventure Games in PASCAL" by Richard C. Vile, Jr., published by TAB Books, Inc., Blue Ridge Summit, PA. 17214 308 pg., $13.95
Transcribed from the book Nov. 1984, by Alan D. Hull 42489 Castle Ct. Canton, MI. 48188
This again is a command line version, this means it can operate as a DOS app, along with Linux and Mac terminal app, along with an ssh'd app too.
The other versions offered: Mini Web Adventure - is this converted to a browser based text adventure. Mini Web-GUI Adventure - is a 2D tiled version of the game - exact same engine, but incorporating a visual view. A fourth version is on the whiteboard to incorporate a 3D look like DOOM.