home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / catalogs / mtchplay.zip / README < prev    next >
Text File  |  1993-02-13  |  1KB  |  24 lines

  1.  
  2.      This program will score a golf tournament in which each player competes
  3. at match play with each other player in his flight. It writes and constantly 
  4. updates a 'results' file. If the program is interrupted for any reason, it may
  5. be restarted by loading the (possibly incomplete) current results file.
  6.  
  7.      Included are two demonstration files, 'Entries.tst' and 'Demo.dat'. The
  8. first is an abbreviated 'Entry List' file, included mainly to illustrate the
  9. required format of the entry list. The second is a much larger file, with
  10. five flights and with scores given for most of the entrants. It may be used
  11. to check the various processes and options as described in 'Mtchplay.doc'.
  12. Each flight contains an entry named "Noscores, xxx", for whom no scores have
  13. been entered. ('xxx' is Zero, One, Two, Three, Four according to the flight 
  14. number. If you first use the 'Display' option, and later give scores to each
  15. of the 'Noscores' players, you can see how long the program takes on your
  16. computer to recalculate all results, and then, using 'Display' again, can 
  17. check whether the recalculation is done correctly. You may also check out all
  18. the other options using the 'Demo.dat' data. Note that if you use the 'Print 
  19. Matches' option, you will be left with a disk file or files named 'Matches.x', 
  20. where x is a flight number. These files probably should be erased since they
  21. do not refer to any real data.
  22.  
  23.  
  24.