So we’re nearing over 1,000 submissions to this jam, which is incredible, but it’s also kind of daunting since we still need to figure out the lineup for the bundle(s) we’re creating.
At this point, we’ll likely create a few bundles since we have a wide range of submissions over different content types.
I’m making this thread here to collect ideas from anyone on how we should go about selecting the final lineup.
We don’t intend to turn this into a single mega bundle (eg. a bundle with 1,000 games). We are trying to give each developer a reasonable unit price per sale. In charity bundles you may have previously purchased here, we were only concerned about the amount raised, so adding in as many games as possible was purely positive. In this case, adding another game to the bundle will bring down the unit price, unless we also increase the total bundle price. The bundle itself should probably be around $10 to $20 if people are actually going to buy it.
My original plan was to come up with some kind of algorithm to shuffle through the results and generate bundle candidates. The parameters of the bundles that can be adjusted:
- Bundle size - how many projects included
- Price - how much the bundle costs
- The “unit price” is then calculated by
size / price
- The “unit price” is then calculated by
- Desirability of projects - possibly looking at the aggregate rating, or prioritizing projects that have been purchased before
Given these parameters, the collection of games selected also needs to satisfy the requirement that the final unit price is above the minimum unit price specified by the developer (which was provided with “Max discount”).
Hypothetically speaking, if I wanted to calculate every combination of 5 games from 1,000 submissions, that would be 8250291250200 different sets! (and that’s not even going through combinations of different number of games). It would be computationally too expensive to try to list out every combination and rank the ones that are the most interesting, so I have to be more clever about it.
When looking through some of the candidates within a certain group, e.g., video games, I see that there are different content types that might not normally sell well together. (eg. a romance visual novel and a horror game). So I think a naive approach to picking bundles may not be ideal.
In any case, these are my thoughts so far, we still have 5 more days of submissions until I need to come up with a solution!
If you have any ideas about how we should use this collection of games that people have submitting I’d be glad to hear it!