-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: 2 Player Cube Format #1540
Comments
Hi psettle and welcome to the dr4ft repo! :) Does this play mode has a name? Never heard about something like that. |
We've never named this format, and I haven't heard of anyone else playing it. It is pretty similar to the Rochester format, the main difference is the pick order is a little different and Rochester doesn't have burn cards. My understanding is that Rochester adds a reverse to the pick order in the middle of each pack, where the format I proposed doesn't include that. |
Did anyone have any other feedback or comments on this idea? |
How do you want to implement it with the UI as it's basically a custom and niche format? I mentioned the official Rochester format because it should probably be considered when developing something with various similarities to allow for a later expansion.
Things move slow around here recently. :) |
Ya no worries, didn't mean to pester!
I think a reasonable approach here would be to just do the official Rochester format as a checkbox option in the 'packs' menu while setting up a cube draft. My one concern with this approach is that the pick order for official Rochester is different than I'd like, so I think I could add a checkbox like 'disable pick reverse'. This is probably a good feature in general, because various legitimate sources online disagree on if this reverse is even part of the format: Pro Reverse:
Con Reverse
(As a side note, there seems to be some trickiness in the existing interface in terms of distinguishing between what format you are playing, and what cards you are playing that format with. For example, if I wanted to do a decadent draft using a pre-defined cube, the UI doesn't support that, or if I wanted to do a burn card on a regular draft, that is also not supported.) |
Looking at the wizard article from 2005, I think it just doesn't mentions that particular nuance of the format because it focuses on other strategic differences compared to normal draft around availability of information, it feels like it doesn't try to explain all basics - where as the wizards article from 2003 goes into the details of the format itself and explains how it's played:
vs.
In #997 (comment) I linked an video from an official Rochester Draft held at Grand Prix Las Vegas in 2018 with Pros in a tournament (they also talk about the ruls and the history of the format). If you want to dig further, maybe there are old rules available that contain details? Some veteran players (especially judges) could probably help here!
Yes, #1196 should be the ticket. |
Ya this all makes sense to me. I would still like to make it a optional setting to support the format I play, but definitely with the default to enable this reversing. How does that sound?
The UI looks good to me! Of course I definitely can't comment on how well that fits with the existing SW architecture. |
There was a redesign in between and the mockup is based on the old design still. (There is a complete new design drafted already (#1095), but only the The Idea is to define
I assume it requires several changes in the background...
So you have an UI implementation like this in mind? |
Detailed Description
I'd like to add support for a 2 player cube draft format I play quite regularly.
The format goes like this:
I figure to support this I'd need to do these things:
Ideally I'd also like to provide a way to view others' picks, as it's a part of the format, but I imagine this may be quite difficult and also wouldn't scale to many players well, so I don't plan to attempt this.
Further Information
I'd like to add the above and submit a pull request for it, I saw a note to submit a ticket to discuss the feature first though!
Please let me know what you think :)
The text was updated successfully, but these errors were encountered: