Improve gameplay

This commit is contained in:
Andras Schmelczer 2026-06-11 20:26:44 +01:00
parent 7412bc8af5
commit 793d9a81e8
27 changed files with 275 additions and 226 deletions

View file

@ -5,5 +5,4 @@ export interface Options {
scoreLimit: number;
npcCount: number;
seed: number;
worldSize: number;
}