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

extension: Triple elimination bracket #159

Closed MikeBashkatov closed 5 years ago

MikeBashkatov commented 5 years ago

Hello, I'm working on a project right now and it requires triple (and possibly more) eliminations bracket. @teijo Can you please tell me and maybe point into a piece of code is it possible to extend it this way? Thanks in advance !

teijo commented 5 years ago

Extending the existing library to do that would be very complicated. If you want to try to use the library for your setup, you might just need to instantiate multiple brackets and manually shift the losers from bracket to bracket.