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

Handle multi-game matches #89

Closed
bsmithgall opened this issue Nov 1, 2023 · 0 comments · Fixed by #91
Closed

Handle multi-game matches #89

bsmithgall opened this issue Nov 1, 2023 · 0 comments · Fixed by #91

Comments

@bsmithgall
Copy link
Owner

This will require some reworking of the internals, but it would be nice to support multi-game matches per round. Right now, the assumption is that you have a single "game" per round (which has a unique link, winner and loser, etc), but it would be cool to support something like "first to 2.5" style scoring.

Probably the way to do this that is lowest lift to what exists now is to do Tournament -- 1:M --> Round -- 1:M --> Match -- 1:M --> Game.

Then the Tournament could start taking in some configuration options. This would also be a nice way to jumpstart into support for a round-robin style tournament (everyone plays everyone else).

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

Successfully merging a pull request may close this issue.

1 participant