home *** CD-ROM | disk | FTP | other *** search
/ Generous Efforts of Many / gemcd.zip / GEM.CD.B.po / GAMES:BLACKJACK / BLACKJACK.DOC.txt < prev    next >
Text File  |  2010-05-14  |  3KB  |  106 lines

  1. Black Jack GS  v1.0
  2.  
  3. by
  4.  
  5. Bob Moragues
  6. Sigma Phi Epsilon
  7. 2005 15th St.
  8. Troy, NY  12180
  9. (518) 273-6418
  10.  
  11.  
  12.  
  13.  
  14. Description:
  15.  
  16.      BlackJack GS is a single player game of BlackJack for
  17. the Apple //GS.  One player plays against the dealer.  I
  18. have attempted to make this game of BlackJack as realistic
  19. as possible.
  20.  
  21. System Requirements:
  22.  
  23.      As far as I can tell, this game requires a minimum of
  24. 512K of memory.  It will only run on the Apple //gs.  To use
  25. this game, launch the SYS16 file BLACKJACK from the Finder
  26. or other Prodos 16 program launcher.  This program needs to
  27. load almost all of the Toolsets in order to operate, so a
  28. copy of the system folder should be online.  The file
  29. BlackJack.Icn should be put in the ICONS folder, but it is
  30. not required.
  31.  
  32. How to play the game:
  33.  
  34.      BlackJack GS was designed to be very simple to use.
  35. The program is controlled by use of pull down menus and
  36. Apple key equivalents.  Dimmed menu items indicate illegal
  37. choices.  The dealer's hand is displayed in a row at the top
  38. of the screen while the player's hand is displayed at the
  39. bottom.
  40.  
  41. The following is a list of the menu choices:
  42.  
  43.      About...       Information about the program
  44.      Rules...       Displays the House Rules
  45.      Quit           Quits program to Prodos
  46.      Money          Allows you to change your bet
  47.      Deal           Deals the next hand of BlackJack
  48.      Hit            Deals one more card
  49.      Stand          Player stands and the dealer plays
  50.      Split          Double bet and split the pair
  51.      Double Down    Double bet and deal only one more card
  52.      Reset          Resets the game back to the start
  53.      Deck           Lets you chose how many decks to use
  54.  
  55. How a split hand is played:
  56.  
  57.      When the player chooses to split a pair, the split card
  58. is displayed in the middle row of cards on the screen.  The
  59. player plays out the first card as if it is a normal hand.
  60. When the player stands on that hand, he will then play the
  61. split hand.  Split hands will be re-displayed at the time of
  62. payoff.  A player may split hands infinitely.
  63.  
  64. House Rules:
  65.  
  66.      The house rules for this program are modeled after the
  67. casinos in Lake Tahoe.  There are a couple of minor
  68. alterations.
  69.      ---   The dealer must hit on 16 and a Soft 17.
  70.      ---   Insurance costs 1/2 the current bet.
  71.      ---   You may split any pair.
  72.      ---   You may double down on a total of 8,9 or 10.
  73.      ---   All bets must be an increment of $2.
  74.  
  75.      ---   BlackJack pays 3:2
  76.      ---   Insurance pays 2:1
  77.      ---   A win pays 1:1
  78.  
  79. Future Enhancements:
  80.  
  81.      In the future, I am contemplating adding support for
  82. multiple players.  I am also planning to add a "smart"
  83. computer player which will play using the odds and possibly
  84. counting cards.  Future programming projects include a Video
  85. 5 Card Draw Poker simulator.  Keep your eyes open for these
  86. future releases.
  87.  
  88. MailWare:
  89.  
  90.      This program is MailWare.  You may distribute this
  91. program freely.  All I ask in return is that you send me
  92. comments either by E-Mail or by U.S. mail.  I am especially
  93. interested in bug reports and suggestions.  My E-mail
  94. addresses are:
  95.  
  96.           Compuserve:    70611,271
  97.           GEnie:         B.MORAGUES
  98.           Arpanet:       moragues#bob%e.mfenet@NMFECC.ARPA
  99.              or          moragues@itsmts.rpi.edu
  100.  
  101. Copyright:
  102.  
  103.      As the author, I retain all commercial rights to this
  104. program.  This program was written in TML Pascal.  Certain
  105. portions of the software are copyrighted by TML Systems Inc.
  106.