teijo / jquery-bracket

jQuery Bracket library for organizing single and double elimination tournaments
http://aropupu.fi/bracket/
MIT License
481 stars 255 forks source link

Generate a full ranking bracket #160

Closed genestep closed 5 years ago

genestep commented 5 years ago

For some tournaments, we are generating a complete ranking meaning eachtime you are loosing, you are playing another looser from the same level until a king of final (same thing for winner) Hope it's clear enough Thanks Phil

teijo commented 5 years ago

I have not encountered this flow before. Do you happen to have an example somewhere?

Maybe you have same situation as #159? I doubt there is an easy way of doing what you're looking for.

genestep commented 5 years ago

Yes you are right, it's the same use case than #159 I'll try to instantiate multiple brackets Thanks !