feat: add game loop with NPC spawning and system execution

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 18:53:19 -05:00
parent 8b2e895da2
commit ca05d36bc0
3 changed files with 105 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"composite": true,
"declaration": true,
"outDir": "dist",
"rootDir": "src"