home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / soviet.zip / SOVIET.DOC < prev   
Text File  |  1986-05-03  |  3KB  |  67 lines

  1.           Escape From Soviet Science And Detention Base.
  2.                            (SSADB)
  3.  
  4.                               by
  5.  
  6.                            David Meny
  7.  
  8.  
  9.     INTRODUCTION
  10.  
  11.     Hello, this is my first adventure game written in BASIC. I hope you enjoy
  12. this game and find it as challenging to play as it was to write. I am
  13. encouraging you to study the structure of the program and write your own. I am
  14. now working on my second adventure, PIRATE TREASURE, taking place on a pirate
  15. ship and a desserted island. It should be available soon. Now, on with the
  16. description:
  17.  
  18.  
  19.     DESCRIPTION
  20.  
  21.     Escape From SSADB is a text adventure in the tradition of great adventures
  22. like Zork by Infocom and Adventure by Scott Adams. This program isn't as
  23. complicated as Infocom's, which uses full sentences, and only uses two word
  24. commands like GET KEY or HIT COMPUTER.
  25.     In Escape From SSADB, you are a government agent captured by the Russians
  26. and taken to a secret base hidden somewhere in the United States. While you are
  27. there you learn of the Soviet's plans to fire nuclear missles from inside the
  28. US and make it look like an inside job, thus making the Soviets safe from
  29. counter attack. You must save the US from nuclear attack by getting out of your
  30. cell, finding proof about the missles and escape the Top-Secret base. If you
  31. succeed you will be a national hero; if you fail the US is doomed.
  32.     Now take your trustee brick and newspaper (you'll see in the game) in hand
  33. and venture forth in to the realm of spies and agents.
  34.  
  35.  
  36.     COMMANDS
  37.  
  38.     Listed below are a few simple commands used by the program. Remember, if
  39. you use a command like THROW ROCK the program will follow by asking you what
  40. you want to throw it at.
  41.  
  42.  
  43.  
  44.             GET (object)   -    to take an object
  45.            DROP (object)   -    to put down an object
  46.           THROW (object)   -    to throw an object at something
  47.                    SCORE   -    to show your current score
  48.              QUIT (or Q)   -    to leave the game
  49.         INVENTORY (or I)   -    to show what you are carrying
  50.          GO NORTH (or N)   -    to go to the north
  51.  (The same for all other compass directions  (N,S,E,W,U and D))
  52.  
  53.  
  54.  
  55.     COMMENTS
  56.  
  57.     If you find a bug in the program, or would like to tell me about game hints
  58. or comments, then write me at the following address:
  59.  
  60.  
  61.                                         David Meny
  62.                                         2923 Carmel Way
  63.                                         Fairfield, CA 94533
  64.  
  65.  
  66. Thanks!
  67.