round-robin icon indicating copy to clipboard operation
round-robin copied to clipboard

Round-robin schedule generation library for PHP

Results 6 round-robin issues
Sort by recently updated
recently updated
newest added

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 ![Fixture Switch](https://github.com/user-attachments/assets/558e0133-b0f8-4fa0-b8ad-1e72c64d918e)

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...