Rebrand to kaboot

This commit is contained in:
Joey Yakimowich-Payne 2026-01-13 10:59:50 -07:00
commit 8a8ec9bc0e
No known key found for this signature in database
GPG key ID: DDF6AF5B21B407D4
8 changed files with 59 additions and 27 deletions

View file

@ -23,3 +23,18 @@ export const BOT_NAMES = [
export const QUESTION_TIME = 20; // seconds
export const POINTS_PER_QUESTION = 1000;
export const PLAYER_COLORS = [
'#46178f',
'#e21b3c',
'#1368ce',
'#26890c',
'#ffa602',
'#d89e00',
'#0aa3a3',
'#b8008a',
'#6a4c93',
'#ff6b6b',
'#4ecdc4',
'#45b7d1',
];