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