home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 164.lha / ARexx / StarTrek.readme < prev    next >
Text File  |  1988-04-28  |  3KB  |  76 lines

  1.  
  2. Hello fellow Amiga owner! 
  3.  
  4. This program is a computer simulation of the world of STARTREK.
  5. Well real loosely, anyway. It doesn't use ANY of the real power
  6. and genius of the Amiga, but it will introduce you to the ARexx
  7. programming language. I had a lot of fun writing this program
  8. and I will be glad to answer any questions and/or suggestions
  9. on upgrading it.
  10.  
  11. USEAGE: 'rx startrek [startrek.saved]'
  12.  
  13. quotes indicate the command line, bracets [] surround the optional
  14. game to restore from (don't type them!).
  15.  
  16. NOTES:
  17.  
  18.  This program was written mostly on an IBM 370 running an obsolete
  19. (even by IBM's standards) OS. I modeled it after the original
  20. game I used to play when I was just a kid on a glass teletype
  21. via remote link (on a HP3000c). It's old. It was also a lot of 
  22. fun.
  23.  Currently there may be a few bugs, as this is a fresh port and
  24. there may be a few things that I haven't caught. Let me know if
  25. you spot any. If you do find somthing you want to report, save the
  26. game and e-mail the resultant file along with a bug report (that
  27. is if you don't want to swat it) and I'll see if I can fix it.
  28. It most definitely needs to be rewritten for more efficient use
  29. of console I/O.
  30.  
  31. RIGHTS:
  32.  
  33. This game (STARTREK) is FREEWARE. Distribute at will. All I ask 
  34. is that my name appear on all subsequent revisions (if you make 
  35. any) and that this file goes along with it, along with the 
  36. appropiate revision history.
  37.  
  38. Game play:
  39.  
  40.  The program has a help facility that should help you figure out
  41. how to do basic things. As an added bonus I'll summarize some of
  42. the more important commands and concepts here.
  43.  The world and the sector (the area that is displayed on screen)
  44. are 10 by 10 arrays. All coordinates are X,Y where the X value is
  45. the vertical component and the Y value is the horizontal component.
  46. Vectors are integers ranging from -1,0,1 and are added to the 
  47. current X,Y position to determine a future position.
  48.  To save a game type 'save game'. If 'game' is not given, you will
  49. not be prompted for a file name and startrek will use the default
  50. name of 'startrek.saved'. Note, do not type the name of the file
  51. you want to use after 'save', type 'save game' exactly and wait 
  52. for the prompt.
  53.  There is a very simple parser that requires commands to be two
  54. words per command and a three command maximum. Some examples
  55.  
  56. >Your command?
  57. >
  58. >impulse drive fire phasers
  59. >Scotty here Captain...
  60. or
  61. >imp dri fir pha
  62.  
  63. Since all commands are truncated to 3 characters, both of these
  64. commands are equivilent.
  65.  
  66. HINTS:
  67.  
  68. Be sure to keep your guard up when your being shot at.
  69.  
  70.  
  71. AUTHOR:
  72.  
  73.  Steve Berry               ...raster!raz
  74.  A-7 Sinai Circle          CIS 71561,276
  75.  Chelmsford, Ma 01842      BIX razberry
  76.