Drarig29 / brackets-manager.js

A simple library to manage tournament brackets (round-robin, single elimination, double elimination).
https://drarig29.github.io/brackets-docs
MIT License
254 stars 40 forks source link

Add support for composite tournament types #99

Closed Tartarus762 closed 3 years ago

Tartarus762 commented 3 years ago

For example, some tournaments have 'pools' for the first round which is basically a mini round-robin tournament with the winner advancing to the next round.

It does not seem like this library (also bracket-viewer) supports that and it would be great if it could be an option.

If this is actually possible, please advise on how.

Drarig29 commented 3 years ago

I want to keep this library simple so I prefer not to start doing composite things.

The workaround would be to make them separate : a round-robin stage (your pools) and then an elimination stage.

That's what we do in the Nantarena.