An AI-powered text-based sandbox game where your words shape the journey.
Type to interact, AI to generate—explore infinite, dynamic worlds driven by natural language. No limits, just text and adventure.
- AI-generated scenes & narratives (LLM-powered)
- Open-world text sandbox (free-form exploration)
- Text-only interaction (simple, immersive input)
Install WordVoyage using Helm:
# Get the latest chart version
CHART_VERSION=$(bash tools/version/get-version.sh chart)
# Install with Helm
helm upgrade --install word-voyage \
oci://ghcr.io/ben-wangz/word-voyage-charts/word-voyage \
--version ${CHART_VERSION} \
--namespace word-voyage \
--create-namespace \
--set credentials.openai.baseUrl="your-openai-base-url" \
--set credentials.openai.apiKey="your-openai-api-key" \
--set credentials.openai.model="your-openai-model"See .claude/skills/version-control/SKILL.md
See .claude/skills/local-tests/SKILL.md
See .claude/skills/chart-lint/SKILL.md
See .claude/skills/chart-test/SKILL.md
PRs & issues are welcome! Feel free to propose features or report bugs.
Custom MIT License Copyright (c) 2025 [ben.wangz@foxmail.com] This software is provided under a custom MIT License that requires it to be distributed as free software to end users. See the LICENSE file for full license text.