home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PERSONAL / GOLF41.ZIP / GOLF.TXT < prev   
Text File  |  1994-02-13  |  6KB  |  107 lines

  1.  Version 4.1 Feb 7, 1994
  2.  
  3.  This is a program to calculate the golf handicap of any number of
  4.  individuals who may have played on any number of courses.  It provides
  5.  the ability to add players and courses.  It maintains a file of players
  6.  and a file of courses, plus an individual game file for each player.
  7.  There is also a file "golfdefs" which saves context between runs.
  8.  
  9.  The Hcp is 96% of the average of the best (lowest) differentials between
  10.  adjusted gross score and course rated par.  The adjusted gross score is
  11.  the score resulting from reducing the score for any given hole in which a
  12.  net score of more than a bogie was recorded (1973 rules). The 1993 rules
  13.  changed this to a maximum of 6 plus hcp/10.  The change is incorporated
  14.  for scores after 1992.
  15.  
  16.  It shows the last 20 differentials , or all differentials, whichever is less
  17.  (used in actual handicap calculations) with the ones used (Best 10 or
  18.  best half) highlighted.  A separate highlight shows the midpoint
  19.  differentials which are the ones that are most likely to be replaced by a
  20.  new one.
  21.  
  22.  It is constantly under revision, as I think of things I would like to do
  23.  with it...like the Analysis and Edit selections in the menu, the automatic
  24.  date capability, the entering of numbers via the up and down arrows as a 
  25.  change from the default numbers...handy for entering scores and dates, the
  26.  use of left and right arrows to go to the select players or select course
  27.  boxes from the option box, etc.
  28.  
  29.  Another change (probably soon) will be to incorporate the "slope"
  30.  handicap which seems to be to multiply each differential by (113/slope),
  31.  where slope is the slope rating for the course.  As I understand it, that
  32.  is the way it is supposed to be used. New information, for me.
  33.  Also, I may make the use of 1973 or 1993 adjusted score rules a choice
  34.  as well as the use of the slope calculation. At present, the
  35.  adjusted gross score for dates before Jan 1 1993 use the 1973 rules
  36.  (maximum net bogies = handicap for handicaps 1-18, max net double bogies
  37.  = (handicap - 18) for handicaps 19-36, etc.  After Jan 1993, The rule
  38.  becomes a maximum on any hole of 5 + handicap div 10.
  39.  
  40.  
  41.  3.0 First version to be made available as Shareware.
  42.  
  43.  3.1 Removed the 80x87 library functions, saving 12k memory.
  44.      Corrected return to option box after using left/right arrows.
  45.      Fixed the monochrome response to look decent.  (It was
  46.      originally    written for mono, but changed to color when I got an 
  47.      SVGA monitor).  Now its is OK on either.     
  48.  
  49.  4.0 Put in the 'View' capabilities to allow the selection of players
  50.      and courses to be from original lists or by sorted lists of
  51.      various kinds. (Currently: By original entry, alphabetically, 
  52.      alphabetic by surname or by handicap for player; original entry,
  53.      alphabetic, or by rated par for courses).
  54.  
  55.  4.1 Set up larger maximum windows, and increased the maximum number
  56.      of players and courses to 255 each (which could be easily raised
  57.      higher if that is found desirable.
  58.  
  59.  If you become a registered user, I will send you the latest update. 
  60.  If you have any suggestions, or complaints (Heaven forbid!) I would
  61.  appreciate a note.  I may be reached via Compuserve, (70673,3070), but
  62.  I confess to not checking the mail there as regularly as I should.
  63.  Or, you may write to the address below.
  64.  
  65.  The program itself is NOT cluttered with reminders, nudges, etc. to send it
  66.  in, so if you choose not to do it, I will probably never know, and you will
  67.  not be bothered.  If, however, you feel it appropriate to register, I will
  68.  send you (along with latest version), some of the auxiliary programs I have
  69.  used in developing this. 
  70.   
  71.  There are a number of files that will be generated.  GOLFDEFS keeps
  72.  track of the last course and golfer, so that upon program entry,they will
  73.  become the defaults.  COURSES keeps all the courses, along with the pars
  74.  and the rated par for the course.  GOLFERS keeps the list of golfers, 
  75.  together with their last (up to 20) games, and their current handicap.
  76.  There is also a GOLFRx file for each golfer, which has ALL his games
  77.  that have been recorded, on any course that he played (And entered in the
  78.  program, of course).  
  79.  
  80.  To run the program, simply copy the executable file to an appropriate empty
  81.  directory and execute it.  It will generate the appropriate default
  82.  files and await your entry of golf courses, and players.  After such 
  83.  entry, it will prompt for hole by hole scores for selected courses
  84.  and players. On completion of a score, it will compute a handicap
  85.  for the player.  It will use the single score for the first computation
  86.  and the lowest half (of up to 20 scores) for the rest.  It will display
  87.  the differentials used, with the low half in red, the medians in blue
  88.  and the high ones in black.  You will note the scores per hole will use
  89.  a similar scheme to show under par, par and over par scores.
  90.  Shortcuts, and options are shown at the bottom of the screen.
  91.  
  92.  You may register by sending a payment of the amount of one
  93.  Greens fee at your home course. (Minimum of $5.00...to cover costs of 
  94.  reproduction, and mailing.  Thought I better add that, in case a bunch
  95.  of people have VERY cheap greens fees! Otherwise I could go broke!)
  96.  If there is sufficient interest, I will consider including source
  97.  code for this program (written in Pascal).
  98.  
  99.   Send your registration request, and check to
  100.     James W. Butler
  101.     90 Appleyard Lane
  102.     Holliston, Mass 01746-2539
  103.  Copyright (c) 1993,1994 by James W. Butler
  104.  
  105.  
  106.  
  107.