Skip to content

ben-wangz/word-voyage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordVoyage

An AI-powered text-based sandbox game where your words shape the journey.

Core Concept

Type to interact, AI to generate—explore infinite, dynamic worlds driven by natural language. No limits, just text and adventure.

Key Features

  • AI-generated scenes & narratives (LLM-powered)
  • Open-world text sandbox (free-form exploration)
  • Text-only interaction (simple, immersive input)

Quick Start

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"

Version Control

See .claude/skills/version-control/SKILL.md

Local Tests

See .claude/skills/local-tests/SKILL.md

Helm Chart Lint

See .claude/skills/chart-lint/SKILL.md

Helm Chart Test

See .claude/skills/chart-test/SKILL.md

Contributing

PRs & issues are welcome! Feel free to propose features or report bugs.

License

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.

About

WordVoyage is an AI-powered text-based sandbox adventure game featuring a separated front-end and back-end web application architecture. Set against a space exploration backdrop, users describe their actions and thoughts through text, while AI generates dynamic scenes and events to deliver a boundless sandbox adventure experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors