Generate agents
This commit is contained in:
parent
5ca7514891
commit
7e8ca4b16f
10 changed files with 370 additions and 91 deletions
|
|
@ -1,5 +1,9 @@
|
|||
export interface GameLoopSettings {
|
||||
agentCount: number;
|
||||
initialDeadRatio: number;
|
||||
renderSpeed: number;
|
||||
simulatedDelayMs: number;
|
||||
|
||||
aggressionFactor: number;
|
||||
nextGenerationSpawnRadius: number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue