Slanfan / MTG-Tolaria

8 stars 1 forks source link

Round Revolver #112

Open Slanfan opened 3 years ago

Slanfan commented 3 years ago

New tournament structure with open queue. Rounds will be paired automatically at a given rate for all players that are not currently in a match.

Need help figuring out what should determine the winner, how often round should fire of, how many byes a player can get, how many steps a player should be up/down paired, etc.

Slanfan commented 3 years ago

Here would be my reusable idea... @Slanfan ...

Round 1 is paired. When you finish your match, you are given 3 options... ready, break, or drop.

If you say ready, it just puts you into a queue. That queue will give you an opponent as soon as another player with your record, that you haven’t already played, also joins the queue. If you’ve been in the queue for 10 minutes, it’ll expand your potential matches by +/- 1 win.

If you say break, it’ll start using your time bank for your break... if you run out of break time, this option is no longer available to you.

While on break, you can choose to rejoin the queue at any time.

If you drop, you drop.

Each player finishing the event plays X matches, and match timers still end at a maximum of Y minutes.

This is just a first brainstorm idea, and I haven’t thought it through for edge cases yet

//Jeff Lui