feat: strategy engine tournaments for paperclips study (#5)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user