home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / games / ncaa4v20.zip / NCAAFOUR.DOC < prev    next >
Text File  |  1992-02-24  |  7KB  |  214 lines

  1.       ------ NCAA CHAMPIONSHIP TOURNAMENT POOL PROGRAM ------
  2.                   Version 2.0 
  3.             Written and designed by
  4.                   Peter Crosby
  5.  
  6.  
  7.  
  8.  
  9.  
  10. ABOUT NCAAFOUR
  11.  
  12.     
  13.     NCAAFOUR was written to manage an office pool for the NCAA Final
  14.     Four Basketball Tournament that is played every year. It is not
  15.     intended for gambling purposes, it is intended for fun only.
  16.     This program will: 
  17.         
  18.     *Accept up to 100 pool players
  19.     *Allow easy input of all information          
  20.     *Calculate scores for those players
  21.     *Print all necessary sheets
  22.         Player sheets
  23.         Master sheet
  24.         Score sheets, etc
  25.     *Mouse aware
  26.  
  27.  
  28. NEW WITH VERSION 2.0
  29.  
  30.     *Ability to select which regions play each other
  31.     *Ability to set custom point values for rounds
  32.     
  33.     NOTE:   Both of these options are set via an ASCII text
  34.         configuration file, explained later. 
  35.         (That is until I add new menu items within the  
  36.         program for these. <GRIN>)
  37.         
  38.  
  39.  
  40. WHY?                
  41.     
  42.     I wrote this program mainly for my own use, but I thought
  43.     that someone else may also find it useful........so here it is.
  44.  
  45.  
  46.  
  47.  
  48. REQUIREMENTS
  49.     
  50.     *IBM Compatible computer
  51.     *EGA or VGA capability (this program uses 50 x 80 text mode)
  52.     *A printer capable of printing the IBM character set.
  53.     *Text editor (if you plan to add custom point values, etc.)
  54.     
  55.  
  56.  
  57.  
  58. INSTALLATION
  59.  
  60.     
  61.     NCAAFOUR will run best if executed from a hard drive,       
  62.     it will run from a floppy, but operations will be alot slower.
  63.     
  64.     For hard drives:
  65.     Create a sub-directory named NCAA or whatever name you wish.
  66.     Copy program files into that directory.
  67.     
  68.     Program Files:  NCAAFOUR.EXE    
  69.             NCAA.QSL        
  70.             TEAMDATA.DAT    
  71.     
  72.     NOTE:   These files must be present for the program
  73.     to run.
  74.     
  75.  
  76.  
  77.  
  78. TO RUN NCAAFOUR
  79.     
  80.     
  81.     CD to the directory where the NCAAFOUR program files are located
  82.     then type NCAAFOUR and press RETURN.
  83.     
  84.     NCAAFOUR will create four files of its own:
  85.         
  86.         FFOURPLY.DAT    
  87.         FFOURTMS.DAT   
  88.         SCORES.DAT
  89.         NCAAFOUR.CNF    (configuration file)
  90.  
  91.     These files contain all the data that is generated by your pool.
  92.  
  93.  
  94.  
  95.  
  96. THE CONFIGURATION FILE   -   NCAAFOUR.CNF
  97.  
  98.     
  99.     The default configuration file is CREATED THE FIRST TIME NCAAFOUR 
  100.     IS EXECUTED. If the defaults are not suitable for you, you may edit
  101.     this file to change region orders and point values.
  102.     The configuration file is a simple text file that may be edited by
  103.     any text editor. It contains 10 lines of text. The first four lines
  104.     contain the names of the four regions EAST, WEST, SOUTHEAST, MID-WEST.
  105.     The order of these names in the configuration file determines which 
  106.     regions play each other. The next six lines of the configuration
  107.     file determine the point values for the tournament rounds.
  108.     
  109.     
  110.     EXAMPLE:
  111.       the default configuration file that is created looks like this:
  112.  
  113.         EAST
  114.         WEST
  115.         SOUTHEAST
  116.         MID-WEST
  117.         1
  118.         2
  119.         4
  120.         8
  121.         16
  122.         32
  123.  
  124.     This file would set EAST vs SOUTHEAST and WEST vs MID-WEST.
  125.     The point values a player would earn for each correctly picked
  126.     game would set Round 1 at 1 point, Round 2 at 2 points......ect.
  127.     The Champion would be worth 32 points.
  128.     
  129.     
  130.  
  131.  
  132.  
  133. DIRECTIONS  <sort of>
  134.  
  135.     Getting Started:
  136.         After starting the program the title screen will appear
  137.     for a few seconds.  The MAIN MENU will then pop up.
  138.     
  139.     NOTE:   If you wish to edit the configuration file for your
  140.         own custom settings. Now would be the best time. Exit
  141.         the program and then edit the newly created NCAAFOUR.CNF
  142.         file with your favorite ASCII text editor. Then restart
  143.         the program and continue.
  144.  
  145.         
  146.     Start by selecting SETUP POOL from the main menu.
  147.     Another Menu will appear.  Select INPUT STARTING TEAMS.  Here you
  148.     will input the 64 teams that are in the tournament. 
  149.         
  150.     The 64 teams are divided into 4 divisions, East, West, Southeast
  151.     and Mid-West.  Select ENTER EAST TEAMS from the Division Menu first.
  152.     The first bracket will be highlighted blue in the East Division
  153.     section. To move through the brackets in the section use the 
  154.     UP CURSOR and DOWN CURSOR.  When the bracket you wish to fill in is
  155.     highlighted press the FIRST LETTER of the team you wish to input.
  156.     A menu will appear containing all NCAA Division 1 teams that start 
  157.     with that letter. Use the UP and DOWN Cursor Keys to highlight the
  158.     team you wish to input. Select that team by pressing RETURN.
  159.     Fill in all the rest of the EAST Division in a similar manner.
  160.     After all teams have been input for that Division press <ESC>. The
  161.     Division Menu will reappear.  
  162.     Fill in the remaining three Divisions using the above 
  163.     procedure.
  164.         
  165.     After all 64 teams have been input select SAVE from the 
  166.     Division Menu.
  167.     The SETUP MENU will reapper. Select EXIT SETUP.
  168.     Now that the starting 64 teams have been entered it is time to print
  169.     out the START SHEET.  The Start Sheet(s) will be filled out by all
  170.     pool players to indicate their selections.
  171.         
  172.     Select PRINT from the MAIN MENU.  The PRINT MENU will appear.
  173.     Select PRINT START SHEET from the Print Menu (Make sure your printer
  174.     is turned on and ready!). The Start Sheet will then be printed.  Each
  175.     pool player will require a Start Sheet (xerox 'em).              
  176.         
  177.     The next step after all Start Sheets are filled in and returned
  178.     will be to enter the pool players selections from the Start Sheets    
  179.     using the program. From the MAIN MENU select SETUP POOL.  The SETUP
  180.     MENU will appear. Select PLAYERS.  The PLAYER MENU will appear. Select
  181.     INPUT PLAYERS.  A requester for the players name will appear, type in
  182.     the players name then press RETURN (press ESC to cancel).
  183.     The ROUNDS MENU will then appear. Select FIRST ROUND.  A screen
  184.     will then appear that is very similar to the screen used to input
  185.     the starting 64 teams. Use the same proccess in selecting the First
  186.     Round Teams for the current players data. After completing the First
  187.     Round select SAVE from the Division Menu.
  188.     Enter ALL remaining Rounds using the above procedure for all
  189.     pool players.  
  190.         
  191.     Now it's just a matter of waiting for the games to be played.
  192.     As games are completed the MASTER SHEET (the sheet that shows all game
  193.     outcomes) needs to be updated to reflect the game outcomes. To do this
  194.     select UPDATE GAMES from the Main Menu.  The proccess for updating the
  195.     Master Sheet is virtually the same as inputing pool players.
  196.     
  197.     If you have worked your way this far through the pool proccess,
  198.     all other options (Calculate Scores, Edit Player, Delete Player, etc)
  199.     need not be explained.  You should have a good feel for the interface 
  200.     by now and can do these with no directions ....... Besides my
  201.     fingers are getting tired and I hate reading .DOC files just as
  202.     much as the next guy!
  203.         
  204.     Oh yeah, to reset the pool and start from scratch (say for the
  205.     next year) just delete the  FFOURPLY.DAT, FFOURTMS.DAT and SCORES.DAT
  206.     files and your all set. (Again, until I add a menu choice for reset from
  207.     within the program)
  208.  
  209.     If you have any comments or suggestions or Other I'd like to hear 'em          
  210.             Peter Crosby
  211.             1019 Flowers Crossing
  212.             Lawrenceville, Georgia  30244
  213.     
  214.