home *** CD-ROM | disk | FTP | other *** search
/ Top 50 Windows Games / US_DREAMS_2.bin / wincdrom / 13out / 13out.txt < prev   
Text File  |  1992-07-01  |  9KB  |  245 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. 13 Out Card Game
  9. for Windows 
  10.  
  11. Copyright (c)1992  Philip B. Cook
  12.  
  13. V1.2
  14.  
  15. 10 January 1992
  16.  
  17.  
  18. INTRODUCTION 
  19.  
  20. Welcome, to what I hope will be the first of many pieces of succesful software 
  21. distributed to the public via the medium of SHAREWARE. I very much hope that 
  22. you will enjoy playing the game of 13 Out, which was introduced to me while 
  23. on my Grandmothers knee more years ago than I care to remember, though she 
  24. didn't seem to need all this technology to play it, just a simple deck of 
  25. cards.
  26.  
  27. I have modelled the way in which the games behaves on the version of Patience 
  28. called Solitaire distributed by MicroSoft « with the Windows 3 Environment. 
  29.  
  30. The code however is 'all my own work', with only a little help from the nice 
  31. people at BORLAND« who provide some even nicer examples of how to go about 
  32. things Windows fashion, when you purchase their excellent TURBO PASCAL for 
  33. WINDOWS product, of which I cannot speak too highly.
  34.  
  35. The software requires Microsoft Windows 3 and a mouse. It has been tested 
  36. running under Windows 3.0 in Real, Standard and 386 Enhanced modes on an 
  37. IBM AT (286), 386sx and 386DX processors.
  38.  
  39. This whole piece of software is by way of an essay in the Art of programming 
  40. and allowed me to learn and forget more things about the Windows Environment 
  41. than are probably good for me.........  I just hope you like it.
  42.  
  43. This product is provided  on an as-is basis. The Author makes no warranty 
  44. whatsoever regarding the product and specifically disclaims any implied 
  45. warranty or liability of any kind. 
  46.  
  47.  
  48.  
  49.  
  50. SHAREWARE
  51.  
  52. This product is distributed as Shareware.  It is not Public Domain and I 
  53. retain the copyright. Please feel free to copy the package to your friends or 
  54. upload it to your favourite bulletin board.  If you get this from a commercial 
  55. source you should pay no more than the cost of the the diskette on which it is 
  56. supplied plus a small copying fee.  The software is distributed as a self 
  57. extracting archive file built using LHArc (Copyright Yoshi). It should come to 
  58. you with the following files.
  59.  
  60. 13OUT.EXE       - the Windows Executable File.
  61. 13OUT.WRI       - this Documentation File. ( Windows Write FORMAT).
  62. 13OUT.TXT       - Documentation file in simple TEXT format.
  63.  
  64. Install the program as follows :
  65.  
  66. 1. Copy the file 13_OUT12.EXE to the Drive and Directory on where you wish to 
  67.    'unpack' it.
  68. 2. Type 13_OUT12 at the DOS prompt.
  69. 3. Answer the questions.
  70.  
  71. The files will be extracted and expanded on the current drive.
  72.  
  73. Once the program is executed and you save your favourite mode of operation of 
  74. the game, it will write a file 13OUT.INI in your WINDOWS directory. I don't 
  75. approve of applications writing all over the WIN.INI file, so I don't.
  76.  
  77. If you like the game and intend to continue to use it beyond an initial trial 
  78. period ( shall we say 30 days), then I shall be delighted to receive your 
  79. request for registration. Once registered the program will cease the (small 
  80. amount of) nagging that it does. I hope by then to be able to offer you some 
  81. other software on the same basis, and perhaps some improvements made to the 
  82. 13OUT Game.
  83.  
  84. If you spot any bugs in the program, or would like to suggest extra features, 
  85. I would also be pleased to here from you. 
  86.  
  87. A form for registration is included as the last page of this document file.
  88.  
  89.  
  90.  
  91.  
  92. PLAYING THE GAME
  93.  
  94. The game is played with a single deck of 52 Playing Cards. They are located at 
  95. the upper left of the playing area in two piles, one face down, and one face 
  96. up. At the beginning of the game the cards are shuffled and dealt as follows:
  97.  
  98. 13 Cards, face down to a pile in the top right of the screen.
  99. 1 Card, face up to each of 4 locations in the lower screen.
  100. 1 Card, face up to the upper screen.
  101.  
  102. Cards may be added to the piles in the upper half of the screen provided that 
  103. they are of the same suit as a visible card and that they are sequentially one 
  104. higher in denomination. The piles that start empty will only accept a Starting 
  105. card of the the same denomination as that dealt at the start to the left most 
  106. of the four piles. Cards may be moved from any of the Working Piles (lower 
  107. centre), the deck or from the top of the pile of 13 Cards which were dealt OUT 
  108. at the start (Hence 13 OUT). The cards may only be moved to these piles singly.
  109. They can be dragged with the mouse, or double clicked from their current 
  110. location. Once transferred to these piles the card may not be returned to the 
  111. playing area.
  112.  
  113. Cards may be added to the lower playing piles provided that the card to be 
  114. added is sequentailly one lower in denomination than that uppermost of the 
  115. pile to which it is transferred and of opposite colour. Cards may be moved 
  116. from the deck, the 13 Out Pile or other working stacks. In addition groups of 
  117. cards may be moved from one working stack to another. Individual cards or 
  118. groups may be dragged using the mouse to their destination.
  119.  
  120. The top card of the 13 Out Pile may be turned face up by clicking once on the 
  121. top surface of the pile.
  122.  
  123. Cards can be transferred from one part of the deck to the other by clicking on 
  124. the top surface of the facedown pile. The deck can be played in three modes
  125.  
  126. 1. Straight 3 - 3 cards are counted from the deck and then turned face up on 
  127.    the second pile. ie the top most visible card after the operation was the 
  128.    3rd card down on the deck.
  129.  
  130. 2. Reverse 3 - 3 cards are counted from the deck and placed on the second pile 
  131.    one at a time, ie the top most visble card after the operation was the top 
  132.    card of the deck.
  133.  
  134. 3. Draw 1 - cards are moved singly.
  135.  
  136. The mode is adjusted by using the GAME,OPTIONS menu feature.
  137.  
  138. The game is complete once all four piles in the upper playing area have 
  139. received 13 Cards from the playing area. Then you can relax and watch the 
  140. Endgame.
  141.  
  142. It is possible to drag the cards around the playing area in two modes, one 
  143. moves the full card image, the second moves only an outline.
  144.  
  145. It is also possible to select which deck of cards to play with, from a 
  146. set of 12.
  147.  
  148.  
  149.  
  150.  
  151. MENU OPTIONS
  152.  
  153.  
  154. The menu bar supports the following options
  155.  
  156.  
  157. Game
  158.         Deal                    Shuffles the cards and deals a new hand.
  159.         Options ...             Pops up a dialog to select the various modes 
  160.                                 of play.
  161.         Select Card Backs ..    Pops up a window to select the deck in use.
  162.  
  163.  
  164. Help
  165.         Rules                   Displays a single page summary of the rules.
  166.         About                   Author credits and Registration Notice.
  167.         Register                Allows entry of registration information.
  168.  
  169.  
  170.  
  171. CONTACTS
  172.  
  173. The author can be contacted as follows :
  174.  
  175. POST        Mr. P.B. Cook,
  176.         5, Carpenter Close,
  177.         Yarm, Cleveland. TS15 9UT.
  178.         ENGLAND.
  179.  
  180. TELEPHONE     +44 642 782001   or 
  181.         +44 642 485395
  182.  
  183. FACSIMILE     +44 642 471287
  184.  
  185.  
  186.  
  187.  
  188. Revision History
  189.  
  190. V1.0    24 November 1991     Beta Test version.
  191.                              Reported Bugs - 
  192.                                1. Card Back Dialog NOT modal.
  193.                                2. No out of memory checking.
  194.  
  195. V1.1    8 December 1991      First Release
  196.                              Added Card Decks generated by WINFRACT.
  197.                              Fixed V1.0 Bug 1.
  198.                              Fixed V1.0 Bug 2.
  199.                              Reported Bugs -
  200.                                3. Card Selection Dialog did not function 
  201.                                   correctly on Hercules and EGA Displays.
  202.                                4. Multiple instances in Real Mode occasionally 
  203.                                   caused a system 'hang'.
  204.  
  205. V1.2    10 January 1992      Updated.
  206.                              Tightened up the code a little.
  207.                              Fixed V1.1 Bug 3.
  208.                              Fixed V1,1 Bug 4.
  209.  
  210.  
  211.  
  212.  
  213. ORDER FORM
  214.  
  215.  
  216. I wish to register my copy of 13 OUT Card Game for Windows.
  217.  
  218. Mode of Address    _________
  219. (  Mr / Mrs / Ms / Dr / Rev / Other   )
  220.  
  221. First Name               _____________________________
  222.  
  223. Surname                  _____________________________
  224.  
  225. Address                  _____________________________
  226.  
  227.                          _____________________________
  228.  
  229.                          _____________________________
  230.  
  231.                          _____________________________
  232.  
  233. Telephone                _____________________________
  234.  
  235. Version / Date of evaluation copy of 13OUT  __________________________
  236.  
  237. I enclose my payment of £ 5.00 ( five pounds sterling ) or equivalent in 
  238. readily convertible currency.
  239.  
  240.  
  241. Signed                   ______________________________
  242.  
  243.  
  244. Please return the form to the address shown above in the documentation .
  245.