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
245 stars 38 forks source link

Add support for openbracketformat #192

Open rogueyoshi opened 9 months ago

rogueyoshi commented 9 months ago

https://github.com/openbracketformat/openbracketformat

There is an ongoing effort for this schema to be adopted by most of the major tournament bracket sites (start.gg, challonge, etc.) and I think it would be a great addition not only for this but for bracket-manager as well. It covers a lot of modern needs, especially for esports games.

(this issue was created as suggested in https://github.com/Drarig29/brackets-viewer.js/issues/99)