Finer granularity points
This commit is contained in:
parent
3a22b42492
commit
a7e37024f5
3 changed files with 16 additions and 17 deletions
|
|
@ -22,6 +22,7 @@ export const BOT_NAMES = [
|
|||
];
|
||||
|
||||
export const QUESTION_TIME = 20; // seconds
|
||||
export const QUESTION_TIME_MS = 20000; // milliseconds
|
||||
export const POINTS_PER_QUESTION = 1000;
|
||||
|
||||
export const PLAYER_COLORS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue