home *** CD-ROM | disk | FTP | other *** search
/ Super Games / visualcdgame.iso / dosgames / jdftpool / jdpool.doc < prev    next >
Encoding:
Text File  |  1992-10-20  |  10.0 KB  |  195 lines

  1.  
  2.  
  3.  
  4.                 J & D NO-SPREAD FOOTBALL POOL  v1.1
  5.  
  6.  
  7.    The J & D No-Spread Football Pool was created from an idea that was
  8. picked up from Arizona.  Most people I have talked to don't even like
  9. playing in pools because they do not like messing with the point spread.
  10.  
  11.    Here is an interesting way to play without worrying who's spotting who
  12. and by how much.  Our pool started out with just 20 people and within 3
  13. weeks were over 50!  Most everyone we have talked to were really interested
  14. in playing but to figure out everything by hand took a few hours.  That's
  15. when I decided to write a program that would take care of most everything
  16. for me and keep everyone posted on how well they were doing with a touch of
  17. a button.  The idea of the J & D No-Spread Pool is that you just pick the
  18. winner.  Each game is WORTH a certain amount of points determined by the
  19. following factors:
  20.  
  21.    1. Head to Head Competition by 1st Place Teams     10 pts.
  22.  
  23.    2. Monday Night or Holiday Game                     7 pts.
  24.  
  25.    3. Interdivisional Game                             5 pts.
  26.  
  27.    4. All other Games                                  3 pts.
  28.  
  29.    ALL POINT VALUES CAN BE CUMULATIVE.  For example: If Cleveland and
  30. Pittsburgh played on a Monday night, the point total would be 12 ( 7 pts for
  31. being on Monday night and 5 pts for being in the same division ).  Another
  32. example ( which made for a very interesting week ) was the Philadelphia and
  33. Dallas game that was on Monday night when both teams were 3-0.  The total
  34. point value for that game was 22 pts ( 10 pts for both teams in 1st place,
  35. 7 pts for being on Monday night, and 5 pts for being interdivisional ).
  36. Most games are worth 3 and 5 pts but as you can see there are a variety of
  37. different combinations.
  38.  
  39.    Let's say the first game on the list is Pittsburgh at Cleveland for 5 pts
  40. and you naturally chose Cleveland to win.  If you win ( and naturally you
  41. should ) you gain +5 on your point total.  If for some reason you lose, you
  42. get -5 off your point total.  Yes it is possible to end up with a negative
  43. total number.  In fact, the record in our pool is -65 ( although we won't
  44. mention any names for sake of embarrassment but Dan does come to mind ).
  45. The person with the highest point total after all games are played takes 75%
  46. of the pot and second highest person takes the remaining 25%.  In case of a
  47. tie ( believe it or not doesn't happen to often ) the person who is closest
  48. to the TOTAL SCORE of Monday Night's game is declared the winner.  We
  49. normally play for 2 a sheet and it is going very well.
  50.  
  51.    To make this game more interesting, we also threw in 3 options that can
  52. be used.  You can use one, none, or all of these options but you can NOT use
  53. any one option more than once on any one sheet.  Also, only one option is
  54. allowed on any one game.
  55.  
  56.                                    1
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. The options are:
  65.  
  66.    1. Double - 2 times the point value of the game if you win, 2 times the
  67.       point value subtracted if you lose.
  68.  
  69.    2. No Choice - Skip any ONE game. No points taken off or added on.
  70.  
  71.    3. Free Choice - Adds point total if you win, does not subtract point
  72.       total if you lose.
  73.  
  74.    When writing options on the pool sheet I recommend writing down the
  75. number of the option next to the point value instead of the name.  It makes
  76. it easier when inputing sheets and there is no confusion between a 2 and a
  77. 2x or double.
  78.  
  79.    The program is set up to accommodate up to 14 games in a given week.
  80. Selecting 'A' from the menu allows you to create a worksheet to distribute.
  81. You will also need a schedule and the latest standings to determine the
  82. point value for each game ( A sample pool sheet is included so you can
  83. compare how it was done ).
  84.  
  85.    The first question asked is "Enter the number of games to be played: "
  86. If there are 12 games on the schedule for this week, type 12. ( This version
  87. is only set up to accommodate up to 14 games.  Future release will expand on
  88. this ).  "Enter the Week Number: " - Enter the week number of the season.
  89. If it is the 7th week, type 7.  "Enter the WeekEnding MONTH and DAY
  90. separated by a space: " - Enter the month and the day of Sunday the games
  91. are played on.  NOTE: The space between the Month and the day is very
  92. important!  ' Example: October 18 '.  The next section is entering the
  93. Visitor Team, Home Team, and the Point Value for each game.  ALL TEAM NAMES
  94. MUST BE ENTERED WITH NO SPACES!  For example: San_Francisco or L.A.Rams is
  95. correct, but typing in San Francisco or L.A. Rams will cause problems.  The
  96. LAST GAME ENTERED will be the Monday Night game.  So if you have a 12 game
  97. week, game 12 is the Monday Night game.  When you are finished, Selecting
  98. 'B' from the menu will print a copy of the sheet for you or you can 'G' quit
  99. back to the prompt and type print sheet.dat.
  100.  
  101.    When ALL tickets are gathered, you are ready to enter them.  ONLY RUN
  102. THIS OPTION ONCE ALL TICKETS HAVE BEEN RECEIVED.  Every time this option is
  103. run it initializes the players ticket file!
  104.  
  105.    Once again you must "Enter the Number Games to be Played: ".  This should
  106. be the same number entered when creating the pool sheet.  If you forgot,
  107. just look at a ticket and count them.  The next step is entering the name of
  108. the 1st person.  Again, ALL PLAYERS NAMES MUST BE ENTERED WITH NO SPACES
  109. LIKE THE TEAM NAMES!  Example: JOHN_DOE OR J.DOE is correct but do not try
  110. JOHN DOE or J DOE or you will have problems.  Try to be consistent with
  111. upper or lower case names.  Any of the following is acceptable as long as
  112. you are consistent each week - John_Doe JOHN_DOE or j.doe.  The reason being
  113. is that this program keeps a record of the people who have played and gives
  114. you a percentage on how well everyone does each week.  The program is case
  115. sensitive and it would not recognize JOHN_DOE and John_Doe as the same
  116. person.  The safest thing to do would be to leave the CAPS LOCK ON when you
  117. start the program.
  118.  
  119.    If you type in a name that is NOT in the data file, it will ask you if
  120. the name was spelled correctly.  If it was and it is a new person just type
  121. 'Y' and it will add the name to the data file.  If it was spelled
  122. incorrectly type 'N' and you get a second chance ( This is also a good safe
  123. guard in case you forget to put the CAPS LOCK ON ).  Next you are asked to
  124. enter the persons PICK NUMBER for each game.  Just type in the NUMBER of the
  125. team they choose.  Then it will ask for the OPTION NUMBER for that game.  If
  126. they did not have an option next to the point value of that game ( and most
  127. will not ) enter a 0.
  128.                                     2
  129.  
  130.  
  131.  
  132.    You will be asked their pick and option number for every game, then at
  133. the end you will be asked for the total points for Monday Nights game in
  134. case there is a tie.  The last question asked is "Are all Entries for this
  135. person correct?"  If so, type a 'Y' or type 'N' if there was a mistake.  If
  136. there was a mistake it will ask "Enter Game Number to Change", "Enter the
  137. Pick Number", then "Enter the Option Number for that game".  Again, if there
  138. was no option for that game, type a '0'.  Then it will ask "Are All Changes
  139. Now Correct?" 'Y' if correct or 'N' if more changes need to be made.  You
  140. can only go back and make changes to the ticket you are currently working
  141. on.  So please be careful when entering pool sheets.  The last question is
  142. if you have any more entries.  Type 'Q' if you have no more tickets to
  143. enter.
  144.  
  145.    Select 'D' when all games have been played, or if you want to see who is
  146. in the lead after so many games.  Doing this after Sunday Nights game builds
  147. up the suspense to see who is in the running till after the Monday Night
  148. game.
  149.  
  150.    Again, enter the number of games that were played.  Then enter the number
  151. of the winner and the point value for each game.  If they haven't played
  152. yet, and you are just seeing who is in the lead, enter zero for the two
  153. spots.  You are then asked to enter the total points of Monday Nights game.
  154. If the score ended up 20-15, type 35.  If Monday's game wasn't played yet,
  155. enter a '0' and it will print out everyone's Monday Night total on the
  156. report.
  157.  
  158.    Selecting 'E' from the menu will print everyone's name, the point total,
  159. the difference off between the Monday Night game, how many games correct
  160. from games participated in, the percentage, and their percentage accumulated
  161. from weeks past.  At the bottom displays how many played and the percentage
  162. correct from everyone playing.
  163.  
  164.    Selecting 'F' should ONLY be done AFTER everything is final.  This will
  165. post all players and their statistics for future use by the program.  Doing
  166. this more than once in a given week could cause players statistics to be
  167. off.
  168.  
  169.    Select 'G' to exit the program.
  170.  
  171.    I now have a lot of respect for people who take the time and all the
  172. hours to write programs and to share their ideas with others.  I have done
  173. play testing after play testing to make sure everything is accurate and for
  174. the time span I believe it has come out pretty well.  If you do like the
  175. program and you use it, I would appreciate a donation of $15.00.  I do have
  176. in the works many other enhancements to add into future versions and with
  177. your donation I will send you a copy of a upgrade version.  A couple of
  178. the enhancements in the works or planned are automatic sorting for points in
  179. descending order, the ability to go beyond 14 games in a week to allow
  180. college games as well, to allow more than 100 people on file during a year,
  181. an interesting way of handling the playoffs ( which is having a very good
  182. response from ), and for next year, automatic tracking for the football
  183. schedule and point value so you can print out the pool sheet with no data
  184. entry.
  185.  
  186.    I would greatly appreciate any comments and or ideas that you may have
  187. and to send them to the address below.  For upgrades and donations, let me know what type
  188. of disk drive you have and they can be sent to the address below.
  189.  
  190.  
  191.                                 Jody Overmier
  192.                                10835 W. TR #41
  193.                                 Fostoria, OH
  194.                                     44830
  195.