Yes, that would be a start... actually, I would like some formulas for deciding which team to put the player in based on:
- c1, c2, ... cn: absolute number of players each team
- s1, s2, ... sn: absolute scores of the teams
- alpha: how much of the game has been played (that is, max{t/timelimit, s1/fraglimit, s2/fraglimit, ..., sn/fraglimit})
The higher alpha is, the more you want to use the si and not the ci for deciding which team to put the new player in. But which formulas work well for that?