I've been looking around the internet for algorithms for scheduling a round robin tournament, and the issue is that everything I've found runs on the assumption that two teams are playing each other at once.
I need to be able to do a schedule for Three teams going at it at once.
To be more specific, I want to be able to schedule a laser tag tournament, on the system I'm working on you can have three different teams in one game, and when we do tournaments, we do that, is there an algorithm that accounts for three teams going at it at once?