Skip to content
Back to Blog
Announcement

Introducing Adventure Craft

March 1, 2026

Introducing Adventure Craft

Adventure Craft is a voxel-based multiplayer RPG platform built with modern web technologies. It combines procedural world generation, turn-based tactical combat, AI-driven NPCs, and a rich quest system into a cohesive package.

Why We Built This

The idea started simply: what if you could combine the creative freedom of voxel sandbox games with the depth of classic tactical RPGs? Existing platforms forced you to choose — build or fight, explore or strategize. We wanted both.

What's Inside

The platform is structured as a Turborepo monorepo with dedicated packages:

  • @adventure-craft/core — shared types, math utilities, block definitions
  • @adventure-craft/rpg — combat services, enemy AI, progression, quests
  • @adventure-craft/engine — voxel world generation, chunk management
  • @adventure-craft/ui — shared React component library

Each package is independently testable and publishable, making it easy for contributors to work on isolated systems without understanding the entire codebase.

What's Next

We're focusing on three major areas in the coming months: expanding the multiplayer infrastructure for real-time co-op, enhancing the AI NPC system with long-term memory and emergent behavior, and building out the tabletop export pipeline for pen-and-paper RPG integration.

We'd love your help — whether it's code contributions, bug reports, or just sharing your experience building worlds. Check out the GitHub repo and join our Discord to get started.