amaatouq / netwise

open source project to tackle the problem of long development cycles required to produce software to conduct multi-participant and real-time human experiments online.
1 stars 0 forks source link

Distribution of players within a batch should be random #14

Closed npaton closed 6 years ago

npaton commented 6 years ago

Currently within a batch, players are assigned to the games in order until filled (the games' order is randomized before this stage). We want to distribute players coming into a batch randomly. If multiple batches are running at once, fulfill (wait until all games have started, not only fill until capacity, can over-book) the first one started before moving onto the next one.

npaton commented 6 years ago

@amaatouq This should be done. It's complicated, it will need some TLC and as much testing as can be done.