Skip to content
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

Implement Double Elimination Tournament & Improve Tournament Infrastructure #98

Open
hawkerm opened this issue Jun 14, 2015 · 0 comments

Comments

@hawkerm
Copy link
Member

hawkerm commented Jun 14, 2015

Should improve tournament structure to have TournamentLoader, TournamentGroup, TournmentRound, TournamentStructure

TournamentLoader forms TournamentGroup (should just be a random one and also one that can load from disk), it can also set the Round/Structure and the current scores/positions within each group/round.

Group is just the current set of people to play a around, should be pretty simple?

Round is what controls individual groups and determines who moves in the structure. This may be one round or aggregate rounds or best of x rounds, etc...

Structure is what determines how rounds progress, this can be the advance to final, wildcards, double-elimination, round-robin, etc...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant