round-robin
round-robin copied to clipboard
Round-robin schedule generation library for PHP
I'm using Generate a random home-away schedule where each player meets every other player twice, once at home and once away, using the $rounds integer parameter: $teams = ['The 1st',...
How would this work for 4 player matchups ?
Hey dude i using your code to create a package for laravel [https://github.com/marcelotk15/round-robin](url). If you don't like i can delete.
Is your RR schedulare usable in a tournament of 3 (or more) rounds with changing partners in a every round in an game with 2 against 2?
Can a league be organized as a planner 
I have just completed integrating your package into my laravel project. While i haven't used it long, It works great! seems to be fine on ```"php": "^8.2",``` if you want...