feat: strategy engine tournaments for paperclips study (#5)
Some checks failed
Accessibility Checks / a11y-audit (pull_request) Successful in 12s
Smoke Test / smoke (pull_request) Failing after 22s

This commit is contained in:
Alexander Whitestone
2026-04-14 23:29:59 -04:00
parent 729343e503
commit 6fe317fc2a
5 changed files with 359 additions and 22 deletions

View File

@@ -207,6 +207,11 @@ function tick() {
// Combat: tick battle simulation
Combat.tickBattle(dt);
// Strategy engine auto-tournaments
if (window.SSE && typeof window.SSE.tick === 'function') {
window.SSE.tick(dt);
}
// Check milestones
checkMilestones();