home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 35 / q35.d81 / t.canfield < prev    next >
Text File  |  2022-08-28  |  5KB  |  122 lines

  1.  
  2.  
  3.                        C A S I N O    C A N F I E L D
  4.  
  5.                       Program and Text by Bob Markland
  6.  
  7.  
  8.     Welcome to Calhoon's Casino! We feature the game popularized at
  9. Canfield's in Saratoga, New York. For $50 you can buy a deck and play a
  10. leisurely game of solitaire which pays $5 for every card you can play to
  11. the foundation.
  12.  
  13.  
  14.  THE RULES
  15.  ---------
  16.  
  17.     A standard 52-card deck is shuffled and the first 13 cards are dealt to
  18. the "stock". The next card is dealt to the "foundation" and you have
  19. already won $5.
  20.  
  21.     The remaining three cards of the same rank also form the foundation.
  22. When and if these cards become available they are automatically moved to
  23. the foundation stacks. Build up on the foundations in suit and sequence.
  24. The rank wraps around with the ace over the king.
  25.  
  26.     Four cards are dealt face up to form the starting "tableau". Should the
  27. rank of any of these cards match the foundation base they are moved
  28. automatically and replaced with another card from the deck.
  29.  
  30.     The tableau is built downward by rank, alternating red and black of any
  31. suit. Again, king wraps to ace, or in this case, ace wraps to king. The top
  32. card of any tableau pile may be moved to the foundation. Additionally, an
  33. entire tableau pile may be moved to another, provided the bottom card of
  34. the pile to be moved meets the rank and color criteria for the pile to
  35. which it is moved.
  36.  
  37.     When any tableau pile is cleared the top card from the stack is
  38. automatically moved there. After the stack is emptied, tableau spaces may,
  39. at your discretion, be filled from the "waste" pile.
  40.  
  41.     The 34 cards that remain after the deal form the "deck". These cards
  42. are turned in packs of three to the waste pile. You may play the top card
  43. to either the foundation or a tableau pile, thus exposing the next card.
  44. When the deck is exhausted, the waste pile, in order, is returned to the
  45. deck and you may turn the cards again. There is no limit to the number of
  46. times you may run through the deck.
  47.  
  48.     In CASINO CANFIELD winning, i.e. moving all 52 cards to the foundation,
  49. is nice. However, in the long term diligence in playing every possible card
  50. to the foundation before asking for a new deck or quitting is the key to
  51. success.
  52.  
  53.  
  54.  THE INTERFACE
  55.  -------------
  56.  
  57.     Each time you run CASINO CANFIELD choose the input device you prefer:
  58.  
  59.    (1) Mouse   (2) Joystick   (3) Keyboard
  60.  
  61.     Next, enter your name at the prompt. The program will keep track of as
  62. many individual fortunes as disk space allows. When no matching name is
  63. found on the game disk, you begin with a $500 bankroll. Leave the disk game
  64. disk in the drive as the bankroll is updated after each game.
  65.  
  66.     The playing area is laid out as indicated above. Across the top are
  67. four areas you can also click on:
  68.  
  69.   DEAL - At any time the current game comes to a standstill click on this
  70. area to buy a new deck. There is a safeguard built into this option which
  71. prevents another deal until at least three cards have been turned over from
  72. the deck.
  73.  
  74.   CLAIM WIN - After the stock is emptied and the waste is reduced to one
  75. card you may click on this option and all the remaining cards in the
  76. tableau will be added to your current winnings.
  77.  
  78.   HELP - At any time during play, you may click on this option to view a
  79. brief review of the rules.
  80.  
  81.   QUIT - To exit the game, and either return to LOADSTAR or quit to BASIC,
  82. click on this option. Although the program allows it, it is to your
  83. detriment to quit while there still cards which will play to the
  84. foundation.
  85.  
  86.     To move cards about the playing area, use whichever input device you
  87. have selected -- mouse, joystick, or cursor keys -- to position the arrow
  88. over the card you wish to move. Press the left mouse button, fire button or
  89. RETURN as is appropriate to click on the card. The cursor changes to a
  90. rectangle.
  91.  
  92.     Move the rectangle to the desired destination and click again to drop
  93. the card or cards at the new location. The program checks for errors and
  94. will not allow illegal plays. If you find that you don't want to make the
  95. move you started, simply make an illegal move.
  96.  
  97.     To turn over the deck to the waste, click on the deck. When the deck
  98. has been exhausted, click on the empty area to run through the deck again.
  99. Click on the waste only to move a card to the tableau or foundation.
  100.  
  101.     As an added convenience, there are two shortcuts: (1) Rather than click
  102. on a card, then move to the foundation to drop it, click on the same card a
  103. second time to transfer it to the foundation. (2) When clicking on a
  104. tableau pile, it is only necessary for the arrow to be in the proper
  105. column.
  106.  
  107.  
  108.  PROGRAMMERS' NOTES
  109.  ------------------
  110.  
  111.     CASINO CANFIELD uses the best of LOADSTAR 128's tools -- CONTROL80-C V3
  112. and MOUSE 80, packaged as a single unit. This combined utility facilitates
  113. quick, easy and professional card games with an excellent user interface.
  114.  
  115.     The latest version of CONTROL80-C incorporates cards with borders which
  116. are displayed at M/L speeds and a realistic card back which is part of the
  117. font. For more complete information, refer to CONTROL80-C V3, elsewhere on
  118. this disk.
  119.  
  120.                     \\\\\ R - Run   RETURN - Menu \\\\\
  121.  
  122.