feat(multi): add configurable time limit per round with countdown display

This commit is contained in:
jessy-david-dev
2026-04-11 22:41:40 +02:00
parent 54c4400393
commit b1fcbbdb04
11 changed files with 158 additions and 10 deletions
+1
View File
@@ -51,6 +51,7 @@ model Room {
maxPlayers Int @default(16)
gameMode String @default("race")
searchAllowed Boolean @default(false)
timeLimit Int @default(0)
startArticle String @default("")
targetArticle String @default("")
roundWinner String?