react-brackets icon indicating copy to clipboard operation
react-brackets copied to clipboard

How to generate double elimination bracket

Open sarbjeet-zd opened this issue 3 years ago • 8 comments

Could you please provide an example data to generate double elimination bracket. That would be really helpfull

sarbjeet-zd avatar Apr 30 '21 16:04 sarbjeet-zd

I have seen the example data in the project. But the losers bracket does not come back and connect with winner brackets. It goes seperately. Is it like so?

sarbjeet-zd avatar Apr 30 '21 16:04 sarbjeet-zd

I have seen the example data in the project. But the losers bracket does not come back and connect with winner brackets. It goes seperately. Is it like so?

Hello, yes it doesnt connect currently, Didn't think connecting was that big of a deal, usually some users tend to show winners of both in a 3rd module

But you can contribute to make it optional?

I can see what I can do about it as well

mohammadou1 avatar May 04 '21 01:05 mohammadou1

It would be nice to have the two brackets connect. Also FYI the example data is slightly outdated.

roundIdx should be roundIndex otherwise it'll spit an error.

https://github.com/mohux/react-brackets/blob/1f5abdd90ebc6d072aaa14226116c4443bfa52ab/example/src/components/double-elimination/losing-bracket.tsx#L9

alex-p-chan avatar Jul 10 '21 01:07 alex-p-chan

I'm trying to generate a double elimination bracket like this: https://liquipedia.net/dota2/The_International/2019/Main_Event#Bracket is this possible?

alex-p-chan avatar Jul 10 '21 02:07 alex-p-chan

Thanks a lot for the note, will update the lib soon to have a n optional connector match and will have better examples

I'm trying to generate a double elimination bracket like this: https://liquipedia.net/dota2/The_International/2019/Main_Event#Bracket is this possible?

mohux avatar Jul 10 '21 18:07 mohux

Connecting the lower bracket with the winning bracket like this http://www.aropupu.fi/bracket/#big

Would be really nice

humarkx avatar Jan 06 '22 23:01 humarkx

We kinda styled our own version of it and created a way to display a 3rd place match, and being able to seed manually with select input, or randomized version

image

image

I would say with some modifications I see suggested on the PR's, this library is amazing @mohux 👍

humarkx avatar Feb 14 '22 17:02 humarkx

@humarkx can you share some example code on how you did that

ElijahPrince73 avatar May 23 '22 20:05 ElijahPrince73