Code Monkey home page Code Monkey logo

Comments (4)

Drarig29 avatar Drarig29 commented on June 12, 2024

Hey!

By default, if you have 8 participants, the matches will be 1v8, 4v5, 2v7, 3v6 because it ensures 1 and 2 will play after a few matches.

You can either keep that method of ordering (which is the default), or generate your seeding manually, for example:

  • 1: 1st in 1st group
  • 2: 1st in 2nd group
  • 3: 2nd in 1st group
  • 4: 2nd in 2nd group
  • 5: 3rd in 1st group
  • 6: 3rd in 2nd group
  • 7: 4th in 1st group
  • 8: 4th in 2nd group

And then pass seedOrdering: ['natural'] (documentation).

from brackets-manager.js.

shooter01 avatar shooter01 commented on June 12, 2024

thank you for your reply, and awesome app

I mean I want to place 1st in the group straight to semi-finals without playing in top32 and top16

like this tournament
https://docs.google.com/spreadsheets/d/1qA6AKAd6udiWoV_Y21hhad4QTRxjSs3te-Nh5mhS7mY/edit#gid=818796430

from brackets-manager.js.

Drarig29 avatar Drarig29 commented on June 12, 2024

That's interesting, but not supported in the library, and I don't plan to support this.

The tournament you created is not a double elimination tournament, it's totally custom.

Backup screenshot (only winner bracket is shown):

  • 4 round-robin groups of 15 participants each

    • 1st: 88-gaming, 2nd: ravens
    • 1st: Bomji228, 2nd: TJK
    • 1st: TEC, 2nd: kickers
    • 1st: 5kage, 2nd: TEAM32
  • Double elimination with 16 participants in 1st round

    • Round 1 (16 participants): 3rd, 4th, 5th, 6th of each group
    • Round 2 (8 participants): winners of Round 1
    • Round 3 (8 participants): winners of Round 2 vs. 2nd of each group
    • Round 4 (8 participants): winners of Round 3 vs. 1st of each group
    • Round 5 (4 participants): winners of Round 4
    • Round 6 (2 participants): winners of Round 5

Screenshot_20230721-112038.png

from brackets-manager.js.

shooter01 avatar shooter01 commented on June 12, 2024

some big tournaments in cs go use the same system
can you add the plan: how to implement it, mb I will try to add it myself through pull request or somebody else
@Drarig29

from brackets-manager.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.