home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gamtlk11.zip / source.zip / readme.txt < prev    next >
Text File  |  2002-05-07  |  4KB  |  106 lines

  1. --------------------------------------------------------------------------
  2. 2002/05/07
  3.  
  4. The author, Jim from IglooSoft (igloo@mc.net) has released The Compulsive Gambler's Toolkit as open source under the GNU GPL License.
  5.  
  6. A very special thanks to the author.    
  7.  
  8.  
  9. Martin Iturbide
  10. martin@os2world.com 
  11. http://www.os2world.com/games
  12.  
  13.  
  14. Here are some notes of the author about the code:
  15.  
  16.  
  17. 1. BJackCPP is an incomplete work (NOT the version out there).  The 
  18. objective was to produce a Black Jack that could run on Windoze also.  
  19. (Caribbean Poker can compile for Windoze).
  20.  
  21. 2. CARDS is the project to produce the STANDARD.DLL card deck.  
  22. DWDECK.DLL is also produced from this project.  However, the makefile 
  23. for DWDECK.DLL was changed so that DWDECK.DLL contained only cards that 
  24. differed from STANDARD.DLL.  This will therefore NOT produce the 
  25. DWDECK.DLL distributed with CGTK 1.10.  This is the result of a 
  26. migration for the next version, whereby altered decks would use 
  27. STANDARD.DLL for all unchanged cards to preserve space.
  28.  
  29. 3. CARIBBEAN STUD is the C-Based OS/2 only project from which the 
  30. original Caribbean Stud program was derived.  CARIBBEAN POKER contains 
  31. the more recent version, with the ability to be compiled for Windoze.
  32.  
  33. 4. MULTIPOKER might be ahead of the distributed code, I'm not sure.
  34.  
  35.  
  36.  
  37. --------------------------------------------------------------------------
  38.  
  39. Compulsive Gambler's Toolkit for OS/2 v1.10
  40.  
  41. IglooSoft is proud to present the Compulsive Gambler's Toolkit(TM)!
  42.  
  43. Having trouble paying the rent because you enjoy poker?  Is your
  44. wife complaining that you love the number 21 more than you love her?
  45. Have you ever called in sick because you felt sooooo lucky?
  46.  
  47. If this sounds familiar, then this software was made for you!
  48. CGTK 1.10 allows countless hours of self destructive, homewrecking,
  49. addictive fun without the threat of actual financial loss.  So if
  50. you paid the electric bill this month, rev up your PC and lets go!
  51.  
  52. This release contains three common casino card games; Multi Poker,
  53. Caribbean Stud(R) Poker, and Blackjack.  Although every effort was
  54. made to make CGTK as realistic as possible, certain parts of casino
  55. action are not emulated.  These include; thick smoke, half-naked
  56. cocktail waitresses, pawn shops, and rude, idiotic co-patrons who
  57. sold their gold fillings long ago.
  58.  
  59. INSTALLATION
  60.  
  61. Unzip GAMBLER.ZIP into a directory and run the enclosed Install
  62. program (INSTALL.CMD).  This will create a target directory if 
  63. necessary, copy files, and optionally create program objects.  You
  64. must have REXX support installed to run INSTALL.CMD.
  65.  
  66. To manually install, simply copy all files to a single directory
  67. and make program objects for the three EXE files, MPoker.EXE,
  68. CaribStd.EXE, and BJack.EXE.  None requires command line arguments.
  69.  
  70. IMPORTANT - The Compulsive Gambler's Toolkit(TM) uses Dynamic Link
  71. Libraries for games and card faces.  If these files are copied into
  72. the game directory (default), make sure that the LIBPATH statement
  73. in CONFIG.SYS contains the current path (;.;)
  74.  
  75. That is, if:
  76.  
  77.     LIBPATH=F:\OS2;F:\OS2\MDOS
  78.  
  79. change to
  80.  
  81.     LIBPATH=.;F:\OS2;F:\OS2\MDOS
  82.  
  83. and reboot.  Alternatively, you may simply copy the *.DLL files to
  84. a directory already listed in LIBPATH, but this is not recommended.
  85.  
  86. OPERATION
  87.  
  88. The games are fairly self explanatory.  Online help is available,
  89. although incomplete, especially for Multi Poker.  Multi Poker is
  90. an expandable game, and as of this release includes the following
  91. games:
  92.  
  93.    Jacks or Better, Deuces Wild, Bonus Deluxe
  94.  
  95. User preferences, including statistical and financial data are
  96. stored in a single file, Gambler.INI, for all three games.
  97.  
  98. TERMS
  99.  
  100. The Compulsive Gambler's Toolkit(TM) for OS/2 is freeware.  Feel
  101. free to distribute it at will.  In exchange, I would appreciate
  102. any and all comments regarding the games, especially bug reports
  103. and suggested improvements.  Email IglooSoft at igloo@mc.net
  104.  
  105. Anyone interested in writing new game DLLs for MultiPoker should
  106. also contact IglooSoft.