Skip to content

Contribution guideline: todo list

Antoine Tran edited this page Jan 25, 2021 · 5 revisions

Implementations of rounds:

  • "time bomb" (questions asked simultaneously to players, after some time the player that is assigned the current question loses)
  • a round that takes into account the speed of answer (no leaderboard, just something like %time * maxScore)
  • an ending condition in which players that are in the lead have less time than the others
  • a score distribution for which you gain more points if fewer people got the correct answer (like n points to be shared amongst everyone, if only one person managed it they take it all)
  • a "default round" that has a regular behavior concerning answer evaluation but with custom score distribution, ending condition, player eligibility, etc
Clone this wiki locally