Merge branch 'v29'

This commit is contained in:
evanpelle
2026-01-28 16:06:32 -08:00
49 changed files with 2969 additions and 739 deletions
+1
View File
@@ -62,6 +62,7 @@ const frequency: Partial<Record<GameMapName, number>> = {
StraitOfHormuz: 4,
Surrounded: 4,
DidierFrance: 1,
Didier: 1,
AmazonRiver: 3,
Sierpinski: 10,
};
+1 -1
View File
@@ -531,7 +531,7 @@ async function startMatchmakingPolling(gm: GameManager) {
// Wait a few seconds to allow clients to connect.
console.log(`Starting game ${gameId}`);
game.start();
}, 5000);
}, 7000);
}
} catch (error) {
log.error(`Error polling lobby:`, error);