home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / misc / crazy.lbr / CRAZY.DZC / CRAZY.DOC
Encoding:
Text File  |  1993-10-25  |  3.1 KB  |  94 lines

  1.  
  2. [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
  3. []                                    []
  4. []                Documentation for                []
  5. []                                    []
  6. []        "CRAZY EIGHTS -- a computerized card game"        []
  7. []         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        []
  8. []                   CRAZY.BAS                []
  9. []                                    []
  10. []                    by                    []
  11. []                Richard S. Altman                []
  12. []                                    []
  13. []                   Nov. 6, 1989                []
  14. []                                    []
  15. []   COPYRIGHT (c) 1989 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  [CRAZY.BAS]  useful, please send the $15 (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 FREE  calendar printing 
  42. program, and other programs by the same author.
  43.  
  44.      WHEN ORDERING,  please be sure to indicate  single or double  density 
  45. disk drive,  and  the name of the program  [CRAZY.BAS].   Comments on pro-
  46. grams are also most welcome!
  47.  
  48.      Due to  possible unforeseen circumstances,  the above offer is subject 
  49. to change without notice. 
  50.  
  51.  
  52.  
  53. HOW TO PLAY
  54. -----------
  55.  
  56.     CRAZY.BAS is an MBASIC game program in which you play against the com-
  57. puter.  To start, you are both dealt seven cards.
  58.  
  59.      When asked which card you wish to play,  you must follow SUIT or FACE 
  60. VALUE of the last card played:  (Example:  Clubs on Clubs,  9 on 9,  etc.)  
  61. Input as follows:
  62.  
  63.      CARD,SUIT <cr>   (For example:  9,H)   or    CARD, <cr> for SAME SUIT
  64.      ----^----                                    ----^
  65.  
  66.      You may play an EIGHT at ANY TIME during the game (regardless of suit 
  67. showing) to change the suit to one of your choosing.
  68.             ~~~~~~
  69.  
  70.      If you are unable or unwilling to play, you will be given another card 
  71. from the Draw stack.  If all cards have been drawn, any person able to play 
  72. must do so.    At the end of the game,  any player holding cards has points 
  73. scored against him, as follows:
  74.  
  75.      EIGHTS=50,    J Q K=10,    OTHER CARDS=Face Value.
  76.  
  77.  
  78. STARTUP PROCEDURE
  79. -----------------
  80.  
  81.     (1) Make sure you have a copy of MBASIC.COM
  82.  
  83.     (2) Copy CRAZY.BAS to the drive containing MBASIC.
  84.          ~~~~~~~~~~
  85.     (3) Type: MBASIC CRAZY<cr>  etc.
  86.  
  87.  
  88.  
  89.  
  90.         Happy programming!  
  91.  
  92.                 Rich Altman
  93.  
  94.