create FakeHumanExecution

This commit is contained in:
evanpelle
2024-09-07 21:11:34 -07:00
parent 5931d15caf
commit 24ad59c75d
4 changed files with 64 additions and 44 deletions
+1
View File
@@ -130,6 +130,7 @@ export class ClientGame {
this.renderer.initialize()
this.input.initialize()
this.gs.addExecution(...this.executor.spawnBots(this.gs.config().numBots()))
this.gs.addExecution(...this.executor.fakeHumanExecutions(1))
this.intervalID = setInterval(() => this.tick(), 10);
}