Almost done

This commit is contained in:
2025-09-06 01:50:13 +02:00
parent 362cd7019b
commit 985f6d9bf9
26 changed files with 832 additions and 98 deletions

8
src/lib/MessageType.ts Normal file
View File

@@ -0,0 +1,8 @@
export enum MessageType {
START = "START",
PLAYERS = "PLAYERS",
GOTO = "GOTO",
SHOW_ANSWER = "SHOW_ANSWER",
HIDE_ANSWER = "HIDE_ANSWER",
VISITED_QUESTIONS = "VISITED_QUESTIONS"
}