Jump to content

Tournaments


onthespot

Recommended Posts

So the idea is that I will create a knockout style tournament bracket.

Single elimination, im sure you know what i mean.

 

How would i go about getting the winner of a round to go through to the next round?

I suppose it would be someway of saying the winner goes into the next spot, any ideas?

How could I make it look like a bracket?

Thanks

Link to comment
Share on other sites

 

???. That is a description of a round robin tournament. The OP needs a single elimination tournament.

 

@onthespot,

 

You are asking for A LOT. You are asking for the logic, how to display it, etc., etc. You need to figure out all the pieces of functionality you want, then start coding each. If you have a problem with something specific, then post here on that specific problem. But, I'll give some advise.

 

You don't need to "advance" someone to the next round. Using a database you would just need to assign each player/team a position (i.e. 1 to 16). Then just store the results of each matchup (i.e. winner_id and loser_id). You could then use the data of who played who and who the winners were to determine display the results and determine the current round and the remaining competitors. You don't even need to record the "rounds" played since 1 would play 16 ONLY in round 1, 1 would play 2 or 15 ONLY in round 2, etc.

 

Displaying the results would just require you to determine how you want it displayed and then just walking though the process logically.

Link to comment
Share on other sites

ignace,

There are nany type of competitions. RoundRobin and single elimination are not the same thing. In a round robin everyone plays each other and the one with the most totals wins is the winner, as the rounds progress the #1 placed bracket is flopped and each entrant moves up the chart one slot.

 

In a single elimination the brackets are filled by draw and the loser is out, the winner advances to the next round of play. In double elimination the loser goes to a similar bracket where the winner advances and in the end the winners bracket is for 1,2 place, the loser bracket is for 3,4 place, also termed the consolation round.

 

 

HTH

Teamatomic

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.