home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume10 / tourney / part01 / Install < prev    next >
Text File  |  1990-03-06  |  2KB  |  46 lines

  1. To install tourney:
  2.  
  3. 1) unpack the archive into a directory
  4.  
  5. 2) type 'make'
  6.  
  7. 3) move the executable (tourney) into where it's going to reside
  8.  
  9. 4) tourney needs to be run from the same directory every time, as
  10.    this is the working directory.  Go to the directory from which
  11.    tourney will be run.
  12.  
  13. 5) type 'mkdir players'  -- players in the directory in which all
  14.    the entries are kept, as well as a couple of other files.
  15.  
  16. Now, tourney is ready to run.
  17.  
  18. NOTE:
  19.  
  20. tourney will create a file in the current directory called "standings"
  21. every time a score list is created.  Be sure that you don't have any files
  22. of that name that you don't want overwritten.
  23.  
  24.  
  25. CUSTOMIZATION:
  26.  
  27. The scoring style can be modified so that points-per-round can be
  28. awarding differently (read the man pages for more detail on what
  29. tourney does as is).  To change points per round, the "points[]"
  30. array on line 51 of tourney.c will need to be changed.
  31.  
  32. Also, I've used "West", "East", "Midwest" and "Southeast" as
  33. region names.  These can be changed if you like as well.  Just
  34. keep in mind the order.  the finalist from region #0 is assumed
  35. to play the finalist from region #1, etc., so don't try to change
  36. the order, just the names.  the region names are on line 54 of tourney.c
  37.  
  38.  
  39. RE-RUNNING A TOURNAMENT:
  40.  
  41. Unfortunately, starting over from scratch for a new tournament is not
  42. yet a menu option.  To do this, just remove everything in the
  43. 'players' directory, as well as the file 'teams' in the working directory.
  44.  
  45. Now, you're ready to go!
  46.