Round Robin Tournament Scheduling

MFL Format Schedule Round Round Robin

MFL_Player · 2 · 6074

MFL_Player

  • Newbie
  • *
    • Posts: 1
on: August 26, 2013, 01:38:50 AM
MyFantasyLeague allows you to enter a schedule in the format below.

week,away,home, where week is the week number, away is the franchise id of the away franchise and home is the franchise id of the home team. The delimiter can be a space or a comma

Is there a schedule maker that could generate a round robin schedule for 20 teams in this format


01,0013,0001
01,0007,0003
01,0010,0012
01,0014,0009
01,0017,0019
01,0014,0007
01,0003,0010
01,0012,0001
01,0009,0017
01,0019,0013
01,0006,0004
01,0008,0002
01,0011,0018
01,0002,0005
01,0016,0020
01,0015,0008
01,0015,0011
01,0018,0004
01,0005,0016
01,0020,0006
02,0017,0001
02,0019,0007
02,0009,0010
02,0013,0012
02,0014,0003
02,0001,0007
02,0017,0010
02,0003,0012
02,0013,0014
02,0009,0019
02,0016,0004
02,0020,0008
02,0005,0011
02,0006,0018
02,0015,0002
02,0004,0008
02,0016,0011
02,0002,0018
02,0006,0015
02,0005,0020
03,0007,0010






week,away,home, where week is the week number, away is the franchise id of the away franchise and home is the franchise id of the home team. The delimiter can be a space or a comma

Is there a schedule maker that could generate a round robin schedule for 20 teams in this format


wbport

  • Senior Member
  • ****
    • Posts: 129
Reply #1 on: August 26, 2013, 08:17:30 AM
I modified an existing webpage to create crenshawfl.htm.  You will need to copy it's output to enter it into another application.  If you need to tweek it's output, download it and pay attention to code starting with

html += .

The original page is crenshawda.htm which can be used to create a round robin table to be posted in this forum.  It was used for chess so "White" and "Black" correspond to "Home" and "Away".

HTH