-
Notifications
You must be signed in to change notification settings - Fork 3
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)
- multi-question round, so that you can "choose" the questions you prefer
- a score distribution 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 (see issue opened in that regard)
Discord implementation:
- nice display of leaderboard at the end of the game
- option to customize the game in the lobby (rounds and question set)
- option to create a game with a set of questions provided (or a query like a search by tags, name, etc)
API in general:
- system of statistics that can compute various pieces of information