home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / misc / baseball.lbr / BASEBALL.DZC / BASEBALL.DOC
Encoding:
Text File  |  1993-10-25  |  3.3 KB  |  96 lines

  1.  
  2. [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
  3. []                                    []
  4. []                Documentation for                []
  5. []                                    []
  6. []                "B A S E B A L L"                []
  7. []                 ~~~~~~~~~~~~~~~                []
  8. []                      BASEBALL.BAS                []
  9. []                                    []
  10. []                    by                    []
  11. []                Richard S. Altman                []
  12. []                                    []
  13. []                  Sept. 25, 1991                []
  14. []                                    []
  15. []   COPYRIGHT (c) 1991 by Richard S. Altman.    All Rights Reserved.    []
  16. []                                    []
  17. [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
  18.  
  19.  
  20. USER SUPPORTED
  21. --------------
  22.  
  23.     This program is user-supported software.  It is copyrighted and cannot 
  24. be sold for profit (without the author's express written permission),  but 
  25. it may be copied and distributed for free.
  26.  
  27.     The  SHAREWARE  concept is a  distribution method  that dispenses with 
  28. heavy  marketing/advertising costs and gives the user the  opportunity  to 
  29. try a software program before buying.   Its continued existence depends on 
  30. each user paying for what he does, in fact, use.
  31.  
  32.     If you find this program  [BASEBALL]  useful,  please send the $20 (or 
  33. more) registration fee directly to the author:
  34.  
  35.                Richard S. Altman
  36.                 P.O. Box 4388
  37.                 Clearlake, CA 95422-4388
  38.  
  39.      Upon registration,  you will receive a floppy diskette containing the 
  40. latest version of this program,  as well as a printed manual detailing its 
  41. uses and specifications.  You will also receive a COMPILED version of this
  42. program, a FREE calendar printing program,  and other programs by the same
  43. author.
  44.  
  45.      WHEN ORDERING,  please be sure to indicate  single or double  density 
  46. disk drive, and the name of the program [BASEBALL.BAS].   Comments on pro-
  47. grams are also most welcome!
  48.  
  49.      Due to  possible unforeseen circumstances,  the above offer is subject 
  50. to change without notice. 
  51.  
  52.  
  53.  
  54. HOW TO PLAY
  55. -----------
  56.  
  57.     BASEBALL.BAS  is an MBASIC game program in which you are the "Manager"
  58. of a Major League Team and are pitted against the computer.  Virtually all
  59. of the action (except for individual balls and strikes)  is available with
  60. BASEBALL.BAS -- You can WALK,  hit a SINGLE, DOUBLE, TRIPLE, HOME RUN,  or
  61. SACRIFICE OUT, GROUND OUT, FLY OUT, STRIKE OUT,  make an ERROR, hit into a
  62. DOUBLE PLAY, etc.
  63.  
  64.     Most items are self-explanatory;  however, you should make note of the
  65. following:
  66.  
  67.     (1) Whenever you press "2" or "3"  (when a batter is up),  it will
  68. change the random number selector.
  69.  
  70.     (2) When you press  "3"  (when a batter is up),  you will see both
  71. team's batting averages.  If your team is up, you may select to "bring in"
  72. a Utility Player.  If the opposing team is up,  you may select to bring in
  73. a Relief Pitcher.
  74.  
  75.     (3) Although this is intended  primarily for the  BASCOM  Compiled
  76. Version, whenever a batter is up and you press the "ESC" Key  or "CTRL-C",
  77. the game will be ended immediately.  (Called on account of rain!!)
  78.  
  79.  
  80. STARTUP PROCEDURE
  81. -----------------
  82.  
  83.     (1) Make sure you have a copy of MBASIC.COM
  84.  
  85.     (2) Copy BASEBALL.BAS to the drive containing MBASIC.
  86.          ~~~~~~~~~~~~
  87.     (3) Type: MBASIC BASEBALL<cr>  etc.
  88.  
  89.  
  90.  
  91.  
  92.         Happy programming!  
  93.  
  94.                 Rich Altman
  95.  
  96.