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

Support larger number of participants #2

Open
int00h5525 opened this issue Jul 5, 2019 · 0 comments
Open

Support larger number of participants #2

int00h5525 opened this issue Jul 5, 2019 · 0 comments

Comments

@int00h5525
Copy link

Implement an ELO (or similar) based system for running multiple tiers of events with a smaller number of participants (~16) at a time to derive higher-level rankings. e.g., if there are 20 participants, break them into two pools of 10 randomly-selected players, each. At the end of the first round, players are sorted by their scores, then placed into two 10-player pools, based on their first-round score. This continues, sorting players by their overall scores, for a predetermined number of rounds, to identify overall ranking.

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

No branches or pull requests

1 participant