Add Zork engine integration work

This commit is contained in:
2026-05-15 07:55:05 +02:00
parent b8fe8535aa
commit 6faee20268
19 changed files with 4113 additions and 21 deletions
+4 -2
View File
@@ -1,10 +1,12 @@
# OpenRouter API Configuration
OPENROUTER_API_KEY=your_openrouter_api_key_here
OPENROUTER_MODEL=your_selected_model_here
OPENROUTER_MODEL=openai/gpt-5.5
# GPT-5 reasoning tokens can consume short completion budgets; keep narration calls direct by default.
OPENROUTER_REASONING_EFFORT=none
# Application Configuration
PORT=3000
NODE_ENV=development
# Game Configuration
DEFAULT_WORLD_FILE=./data/worlds/example_world.yml
DEFAULT_WORLD_FILE=./data/worlds/example_world.yml