home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 300 / 287 / 287.cat next >
Text File  |  1988-09-17  |  4KB  |  75 lines

  1. (C) Copywrite 1988.
  2.                          Lex-C-Rom Inc.
  3.                    Shareware Library Systems
  4.                      451 moody St SWT 206
  5.                       Waltham, Ma 02154
  6.     Data 617-899-0060 Fax  617-899-9317 Voice  617-894-4452
  7. -------------------------------------------------------------------------
  8. Cataloging system of disks copywrited by Lex-C-Rom Inc. Copywrite of contents
  9. belong to each author. 
  10. --------------------------------------------------------------------------
  11.    Name of disk
  12. New York v1.0 
  13. --------------------------------------------------------------------------
  14. Exp of disk.
  15.  
  16. ----------------------------------------------------------------------------
  17. New York is a cleaverly designed adventure program written in BASIC.
  18. The goal of New York is to escape from a New York City ghetto.  There
  19. are many obstacles to overcome, and many hardships to endure.  After you
  20. escape the dangerous ghetto areas, you must find adequate food and
  21. shelter, or you will soon die from the rough exposure of the city.
  22. Source code and documentation are included for New York.
  23.  
  24. ------------- New York (v1.0)
  25. NEWYORK  BAS  Adventure program, run from BASIC (58k)
  26. NEWYORK  DOC  Program documentation, read from program menu only.
  27. GO       BAT  Initialization batch file, run this first
  28. =======================================================================
  29. Notes by Anthony Murabito
  30.  
  31. Program name: New York (v1.0)
  32.  
  33. Author name:  Bert Lewis
  34. Address:      446 Gore Road
  35.               Onalaska, WA  98570
  36.  
  37. Tel number:   Not listed
  38.  
  39. Suggested donatation: None, public domain only
  40.  
  41. Program description:
  42.  
  43. New York is an adventure program written in BASIC.  The goal of New York
  44. is to escape from a New York City ghetto.  There will are many obstacles
  45. to overcome, and many hardships to endure.  After you escape the
  46. dangerous ghetto areas, you must find adequate food and shelter, or you
  47. will soon die from the rough exposure of the city.  The program has the
  48. subtitle "interactive fiction" because you direct the course of the
  49. game.  You determine what will happen by simply talking to the computer,
  50. and telling it what you want it to do.  Sometimes you will have to
  51. rephrase a particular sentence or use different wording, as the
  52. program's vocabulary is much smaller than yours.  For most situations,
  53. simply specify a verb and an object.  Examples: Get (object) such as
  54. "Get library book" or use (object) such as "Use explosives" or drop
  55. (object) such as "Drop rusty key."  Also, read (object) such as "Read
  56. magazine" and shoot (person) such as "Shoot thief" are allowed.  The
  57. verbs "Put" and "Get" require an indirect object.  Format: Put (object)
  58. in (object) such as "Put diamonds in plastic bag" and give (object) to
  59. (person) such as "Give handgun to police officer."  One word commands
  60. such as Time gives current time.  Inventory lists what you are carrying.
  61. Score gives current score.  Save saves your current position to disk.
  62. Restore restores a saved game.  Quit quits the game.  To move around,
  63. Type the words "walk (direction)."  There are four allowable directions:
  64. North, South, East, and West.  Please note, All streets, buildings,
  65. names, etc. are fictitious.  You may use lowercase or uppercase letters;
  66. the program does not distinguish between the two.  Unlike other
  67. interactive text games, in which only one solution exists, New York can
  68. be solved different ways.  You can overcome the obstacles in this game
  69. by using evil tactics, or you can try using less violent methods.  The
  70. choice is entirely up to you.  You will find different obstacles and
  71. different endings for each method you choose.  There is on-line
  72. documentation with this program which can be printed via the program
  73. options.  New York will run on 128k of memory with a color or monochrome
  74. computer.
  75.