@opendungeon/architect
v0.1.3
Published
Procedural content generator and chronicler for OpenDungeon campaigns
Readme
@opendungeon/architect
Campaign generation and world-building engine for OpenDungeon.
Features
- World Builder: Procedural and LLM-assisted creation of RPG worlds.
- Campaign Management: Dynamic story generation based on player actions.
- Chronicler: Record and maintain the history and lore of the generated world.
Installation
pnpm add @opendungeon/architectUsage
import { WorldBuilder } from '@opendungeon/architect';
const builder = new WorldBuilder(llmProvider, dbClient);
const campaign = await builder.generateCampaign('the-lost-kingdom');