Jump to content

PHP League Matches generator


TheUnreal

Recommended Posts

Hello.

I want to make a script that will generate all possible matches from 1 to 16.

More info: I have 16 players in a tournament. I am developing league system and I need a script that will generate all the possible matches by rounds.

All possible matches - I mean that Player1 vs player2, player 3 vs player 4, players 1 vs player 3, player 16 vs 15, player 15 vs 5 etc...........

My table:

Playe1 | Player2| Round

 

In round = 1 it should be all league matches for all players 1-16,

in round = 2 the same, just a match that already was in round = 1 can't be in round = 2 

In round = 3 the same, just match that already was in round =1, round = 2 can't be in round = 3

.. etc untill all possible combinations are done

 

I am trying to figure it out for a while and couldnt find a solution. Any help will be appreciated!

Link to comment
https://forums.phpfreaks.com/topic/279143-php-league-matches-generator/
Share on other sites

Archived

This topic is now archived and is 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.