feat: add community swarm simulation for #6
Some checks failed
Accessibility Checks / a11y-audit (pull_request) Successful in 8s
Smoke Test / smoke (pull_request) Failing after 20s

This commit is contained in:
Timmy
2026-04-20 21:22:46 -04:00
parent 1a20b14bd8
commit 0ce0ceadf3
6 changed files with 332 additions and 3 deletions

View File

@@ -106,6 +106,7 @@ const G = {
pactFlag: 0,
swarmFlag: 0,
swarmRate: 0,
swarmSim: null,
// Game state
running: true,