EDIT: Now taking sign-ups for 4p grid drafting.
1. Jason
2. Kirblinx
3. Dom Harvey
4.
EDIT: I can upload the file at the start of the thread. Should work, but if you have a better idea let me know.
This is a bit of a public brainstorm. So, I wanted to be able to do 4-player grid drafts via the forums. The problem, naturally, is that the packs in a 4p grid draft are changed as people make their picks. But what if.... what if we made a list of all possible packs, and a "choose your own" adventure way to find them.
e.g. if Kirblinx takes Row 1 (r1) of Pack 1, he looks up pack1r1 in the table for the next person to use.
Behold:
pack1r2r1 - James Stevenson
Row 1: (up next: pack1r2r1r1)
1 Brindle Shoat
1 Pillar of Flame
1 Temple Garden
Row 2: (up next: pack1r2r1r2)
1 Pernicious Deed
1 Angel of Serenity
1 Qasali Pridemage
Row 2: (up next: pack1r2r1r3)
1 Harrow
1 Lingering Souls
1 Man-o'-War
Column 1: (up next: pack1r2r1c1)
1 Brindle Shoat
1 Pernicious Deed
1 Harrow
Column 2: (up next: pack1r2r1c2)
1 Pillar of Flame
1 Angel of Serenity
1 Lingering Souls
Column 3: (up next: pack1r2r1c3)
1 Temple Garden
1 Qasali Pridemage
1 Man-o'-War
The code to create all of this is already in place. The problem? The resulting file is like 180k lines long. This isn't too bad in terms of file size (187 kilobytes), but I can't actually get this to paste into the forums.
Possible solutions:
1) upload the file as a file (either to the thread, or, externally somewhere)
2) ??? (ideas?)
Any and all input welcome!
1. Jason
2. Kirblinx
3. Dom Harvey
4.
EDIT: I can upload the file at the start of the thread. Should work, but if you have a better idea let me know.
This is a bit of a public brainstorm. So, I wanted to be able to do 4-player grid drafts via the forums. The problem, naturally, is that the packs in a 4p grid draft are changed as people make their picks. But what if.... what if we made a list of all possible packs, and a "choose your own" adventure way to find them.
e.g. if Kirblinx takes Row 1 (r1) of Pack 1, he looks up pack1r1 in the table for the next person to use.
Behold:
pack1r2r1 - James Stevenson
Row 1: (up next: pack1r2r1r1)
1 Brindle Shoat
1 Pillar of Flame
1 Temple Garden
Row 2: (up next: pack1r2r1r2)
1 Pernicious Deed
1 Angel of Serenity
1 Qasali Pridemage
Row 2: (up next: pack1r2r1r3)
1 Harrow
1 Lingering Souls
1 Man-o'-War
Column 1: (up next: pack1r2r1c1)
1 Brindle Shoat
1 Pernicious Deed
1 Harrow
Column 2: (up next: pack1r2r1c2)
1 Pillar of Flame
1 Angel of Serenity
1 Lingering Souls
Column 3: (up next: pack1r2r1c3)
1 Temple Garden
1 Qasali Pridemage
1 Man-o'-War
The code to create all of this is already in place. The problem? The resulting file is like 180k lines long. This isn't too bad in terms of file size (187 kilobytes), but I can't actually get this to paste into the forums.
Possible solutions:
1) upload the file as a file (either to the thread, or, externally somewhere)
2) ??? (ideas?)
Any and all input welcome!