game progress

This commit is contained in:
Theo Browne
2026-02-20 02:49:19 -08:00
parent 6bd3718cad
commit 104eb8e73e
3 changed files with 61 additions and 12 deletions

View File

@@ -390,7 +390,7 @@ export async function runGame(
}
rerender();
await new Promise((r) => setTimeout(r, 2000));
await new Promise((r) => setTimeout(r, 5000));
// Archive round
saveRound(round);