jtwedt / Climate-Conversations

an app to facilitate conversations about climate events
4 stars 2 forks source link

How should the game behave when a player is out of questions? #12

Open kdoroschak opened 7 years ago

jtwedt commented 7 years ago

This happens generally because the number of questions available for younger players is fewer than older players, right? Building up the database to include more questions will prevent this from happening frequently, but it could still come up. I think we don't want one player being left out at the end and skipped over. One solution is that after players enter names and ages, we we compute the max number of rounds possible given the ages and # of players, and set that as an upper limit. Is that a heavy lift?