Jump to content

Making a tournament bracket system in PHP


kpetsche20

Recommended Posts

I have a clone of gamercoliseum dot com. Everything is done except the tournament system.  It is a bracket system setup for 1v1. So if there are 8 players 4 games would be setup and each winner would advance and this would go on until there is only 1 winner.

Any advice on how to make this work with a MySQL database would be helpful

 

 

How it works:

1. All tournament games are 1v1 and all will have a max player setting, 4 being the minimum players allowed.

 

2. Each time a player signs up they auto-matically need to be assigned an opponent. After each game, each user reports the win. Once a win is reported, only a loss will be able to be recorded for the opponent. If they feel this is un-fair then they will email us with proof of their win.

 

3. Tournament games are all 1v1 and will not end until there is only 1 winner. Each winner advances to the next round, until there is only one.

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.