home *** CD-ROM | disk | FTP | other *** search
/ Aztec Shareware Collection / AZ_096.ISO / ginrum / ginrummy.new < prev    next >
Text File  |  1993-06-25  |  14KB  |  255 lines

  1. =======================
  2.  
  3.        GinRummy
  4.  
  5.          from
  6.  
  7.   Universal Software
  8.  
  9. -----------------------
  10.  
  11. Copyright (c) 1991,1993
  12.  
  13.     David A. Teach
  14.  
  15. =======================
  16.  
  17. Version History:
  18.  
  19.      Ver 4.2 - 06/25/93 - (crc self-checking, new address and phone)
  20.        - added CRC checksum self-validation of the executable file to
  21.            catch possible virus, hacking, or file corruption errors.
  22.        - changed my address and phone number for those who want to
  23.            register or have questions.
  24.        - fixed a small bug when exiting to dos under a file error.
  25.  
  26.      Ver 4.1 - 03/30/93 - (cancel selection, sorting, small suits)
  27.        - added a feature that when you select a box with the mouse
  28.            button while holding it down, you can cancel that selection
  29.            by moving the mouse off the box before releasing the button.
  30.        - vastly improved the appearance of the "small" cards by actually
  31.            drawing all of the suits instead of using the character set.
  32.        - sped up the drawing of all the cards by drawing the suit once,
  33.            saving the image, and then using image puts thereafter.
  34.        - changed the boss key/screen saver hot key from space bar to
  35.            the ESCAPE key to help avoid accidental activation.
  36.        - drew lines under the active keys for two color systems that
  37.            could not see the highlighted letters during keyboard play.
  38.        - improved the sorting of cards in hand to find better matches.
  39.            This fixed several unusual wrong sorting combinations.
  40.        - altered the computer's knock formula, so to be less chance of
  41.            him stupidly knocking late in the hand.
  42.        - added the gin score points and the undercut score points in
  43.            the options menu to allow for more variant play rules.
  44.        - when you are asked whether to knock, you now have the option
  45.            to play that hand to gin, instead of saying NO many times.
  46.        - the computer now remembers what cards have been buried in the
  47.            discard pile, and will consider this when choosing his play.
  48.            The hint feature also now takes that into consideration too.
  49.        - added support for the single video page AT&T 400 and PC3270
  50.            graphics drivers, and improved the 64k EGA (non-)paging.
  51.            (I can't test these, so if they don't work, let me know.)
  52.        - encrypted the high score and statistics files so that there is
  53.            no temptation to cheat.  Your old files will be converted.
  54.        - added the LIST command line option to view the contents of the
  55.            statistics file.  This must be the first switch used.
  56.        - when the screen saver activates within the options menu, high
  57.            score file, or stats screen, you now return to that screen
  58.            upon exit instead of to the main menu.
  59.        - bugs fixed:
  60.            - you could not go to the screen saver until the keyboard 
  61.                buffer was empty if you hit keys during mouse play.
  62.            - when quitting a game back to the menu, you would sometimes 
  63.                have to choose Begin Game twice to re-start.
  64.            - the options screen sometimes showed the wrong mouse pointer
  65.                number when not using a mouse.
  66.            - you could not manually activate the boss key from within
  67.                the statistics screen while in keyboard mode.
  68.            - laying off cards when knocking put only one of a two-card
  69.                run onto to begining of the other player's matching run.
  70.            - if GinRummy was run in the root directory of any disk, the
  71.                save files would not be read unless a path was specified.
  72.            - when quitting before the end of a game, the average score
  73.                per hand was wrongly calculated by the current hand number
  74.                instead of by the number of hands that were finished.
  75.  
  76.      Ver 4.0 - 02/01/93 - (CD-ROM, save file path, decimal, help)
  77.        - enabled GinRummy to run on write-protected and/or read-only
  78.            disk drives by improving file I/O error handling.
  79.        - added the command line option to put all the save files on
  80.            a specified path.
  81.        - fixed a bug where the GO option did not return to the main
  82.            screen after a game.
  83.        - vastly improved the appearance of the "big" cards by actually
  84.            drawing all of the suits instead of using the character set.
  85.        - now completely disabled mouse play when the KEYBOARD option
  86.            is turned on. (no mixing of command control)
  87.        - doubled the screen blanker time limit from 1 second per score
  88.            limit point to 2 seconds per point. (it seemed too quick)
  89.        - fixed a bug that did not choose the best card when the hand was
  90.            sorted in suit order and the hint function was used.
  91.        - activated the mouse cursor in the high score screen to enable
  92.            the manual boss key function from it.
  93.        - added a decimal place (tenths) when showing the three average
  94.            calculations in the statistics screen.
  95.        - fixed a minor screen junk bug for some lower case letters in
  96.            the player's name dropping below the input box.
  97.        - now you can exit the screen blanker with a key press when using
  98.            a mouse to play.
  99.        - added help screen for command line options from dos prompt.
  100.  
  101.      Ver 3.6 - 11/04/92 - (new stats file, draw fix)
  102.        - added a new score file that keeps running statistics of your 
  103.            average score per hand, total number of games and hands,
  104.            and number of games won and lost against the computer.
  105.            This file works for multiple players (up to 20).
  106.        - fixed bug of not ending the hand correctly when it was played
  107.            to a draw.
  108.        - fixed minor screen junk bug in options menu in keyboard mode.
  109.  
  110.      Ver 3.5 - 06/15/92 - (procedure call stack fix)
  111.        - eliminated recursive procedure calling to fix stack overflow.
  112.            This was a fatal out-of-memory error that happened when 
  113.            playing the game for a long time (many hands).
  114.        - now shows winner when quitting before score limit is reached,
  115.            if more than one hand is played.
  116.        - fixed minor screen junk bug when knocking.
  117.  
  118.      Ver 3.4 - 03/18/92 - (a few improvements)
  119.        - added green highlighted boxes when making any choices using 
  120.            the mouse, to help distinguish your choice better.
  121.        - fixed a bug that would choose a different discard than the
  122.            one clicked on if you moved the mouse pointer to another 
  123.            card while the button was held down.
  124.        - fixed hint function when EASY option is on.  The hint function
  125.            uses the computer's playing logic, so when the EASY option 
  126.            was on, the hint's pick was just as stupid as the computer.
  127.        - fixed a minor bug when changing player name using the mouse.
  128.            Any keys previously pressed would be put into the player
  129.            name when the box was clicked on with the mouse.
  130.        - made some minor improvements for monochrome displays.
  131.  
  132.      Ver 3.3 - 02/27/92 - (minor bug fix, noblank option)
  133.        - fixed a screen blanking bug when using the mouse.
  134.        - added the NOBLANK command line option to disable the screen 
  135.            saving function.
  136.        - fixed a keyboard lockup bug.
  137.        - made some misc. small changes.
  138.  
  139.      Ver 3.2 - 02/09/92 - (better mouse & video features)
  140.        - added Hercules graphics support.
  141.        - improved all of the monochrome graphics quality.
  142.        - added LAPTOP switch for better LCD displays.
  143.        - added a screen saver which can also be used as a boss key.
  144.        - zero average scores are no longer saved in the score file.
  145.        - changed mouse cursor 7 from hourglass to a crossed circle.
  146.        - shows mouse cursor as a little floppy diskette when program
  147.            is doing disk access. (how cute!)
  148.        - major updates and re-ordering of the documentation file.
  149.        - fixed a bug similar to ver 3.1 error that would not allow
  150.            changing the player name in the options menu by keyboard.
  151.  
  152.      Ver 3.1 - 01/30/92 - (stupid bug quick fix)
  153.        - fixed the bug that would not allow you to remain in the
  154.            options menu when in keyboard mode and mouse not present.
  155.  
  156.      Ver 3.0 - 01/14/92 - (Enhancements for widespread release)       
  157.        - added hints button/key for tips on drawing and discarding.
  158.        - now supports monochrome EGA and VGA graphics.
  159.        - you can now undo an accidental draw from the discard pile.
  160.        - improved the computer's drawing/discarding choice routines.
  161.        - replaced non-working help with high scores box on main screen.
  162.        - increased saved high scores from 10 to 20.
  163.        - you can now view the high scores from within the program,
  164.            instead of only when exiting.
  165.        - changing the mouse pointer is now done from the options menu.
  166.        - fixed a minor bug that gave the wrong ranking when creating     
  167.            a new high score file.
  168.        - fixed some bugs when sorting cards in a certain arrangements.
  169.  
  170.      Ver 2.4 - 10/07/91 - (More options to choose from)
  171.        - uncluttered the title screen by adding an Options Menu.
  172.        - you can now save (almost) all of the game options to disk.
  173.        - changed to new mouse driver unit for better mouse function.
  174.        - there are now 7 different mouse cursors to choose from.
  175.        - unsorted cards can be in either Rank or Suit order.
  176.        - knocking can be disabled. (play until Gin)
  177.        - put cards of same value, when sorting by rank, into bridge      
  178.            suit order: spades, hearts, diamonds, and clubs.
  179.        - fixed a bug in card sorting that would not take a card off of
  180.            the end of a run when there was a match possible with two
  181.            unused cards.
  182.  
  183.      Ver 2.3 - 05/07/91 - (A few enhancements and bug fixes)
  184.        - changed the single color bars to a solid bar over the entire
  185.            run or set, to help distinguish each set.
  186.        - added a cursor when changing your name from main menu.
  187.        - better working when mouse and keyboard are both active.
  188.        - fixed a bug that put a green bar instead of a blue bar over
  189.            four of a kind sets.
  190.        - fixed a VGA to EGA conversion bug that did not draw the red
  191.            bar over the discard pile when computer chooses from it.
  192.        - fixed a bug where you sometimes could not exit the game after
  193.            pressing a few keyboard keys when in mouse mode.
  194.        - fixed a minor bug when double-clicking the quit box.
  195.        - GinRummy is now Copyrighted 1991.
  196.  
  197.      Ver 2.2 - 04/26/91 - (EGA, keyboard, easy, keyboard options)
  198.        - only an EGA or better video card is now required.
  199.        - GinRummy can now be played using either the mouse or the 
  200.            keyboard.
  201.        - added the KEYBOARD option for false mouse detection.
  202.        - added the option for an EASY computer player for wimps.
  203.        - changed the KNOCK card and the QUIT box displays.
  204.        - put a red box on the knock card when it is a spade and the
  205.            Oklahoma option is active.
  206.  
  207.      Ver 2.1 - 03/24/91 - (A quick bug fix, some improvements)
  208.        - added a counter on the screen for number of hands played.
  209.        - when changing the score limit from the intro screen, the left
  210.            and right mouse buttons now decrease or increase the score
  211.            limit. (respectively)
  212.        - fixed bug when printing scores over 999.
  213.        - fixed a bug in the number of hands counter when quitting
  214.            to the intro screen, and then beginning another game.
  215.            (Discovered about 20 minutes after releasing Ver 2.0)
  216.        - more room allocated on the stack for recursive procedure
  217.            calling, (say what?) to eliminate occasional fatal errors.
  218.        - misc. code streamlining for faster play.
  219.  
  220.      Ver 2.0 - 03/22/91 - (Bug fix, Name, Stats, Harder Opponent)
  221.        - made the computer player much smarter at discarding.
  222.            Having the computer choose better when discarding, you now
  223.            face a MUCH tougher opponent than before.
  224.        - added a score file to save ten best average game scores.
  225.        - can now input/change player's name in main menu.
  226.        - improved the card sorting and hand ordering for both players.
  227.        - now shows the points scored when undercutting.
  228.        - improved the BIG cards appearance. (Diamonds at least)
  229.        - fixed a major bug in the Oklahoma option scoring that occurs
  230.            when drawing the first card of the discard pile if it is a
  231.            spade and the discard is not, or vise versa. (Thanks Kevin)
  232.        - fixed a bug that incorrectly counted the score when laying 
  233.            off a face card.
  234.        - fixed a bug where the game would not end if a player's score
  235.            was exactly the same as the game score limit.
  236.        - did a general playability refinement, and many misc changes.
  237.  
  238.      Ver 1.2 - 02/01/91 - (A few needed options for better play)
  239.        - added the GO command line option.
  240.        - added the counter of cards left in deck.
  241.        - added option for the player's name.
  242.        - shows the score limit during play.
  243.  
  244.      Ver 1.1 - 01/19/91 - (Requested by Paul Schoenberger)
  245.        - added the option for big cards.
  246.        - added command line options.
  247.        - added version number for future releases.
  248.  
  249.      First Uploaded Release - 12/03/90 - (no version number)
  250.        - fixed a bug in the discard pile.
  251.        - minor playing changes.
  252.  
  253.      USF Engineering Technology Senior Project - 08/05/90 - (Grade: A)
  254.        - first playable version.
  255.