@doodle-engine/react
v0.2.14
Published
The React renderer for [Doodle Engine](https://doodleengine.dev), a narrative RPG engine for text-based, story-driven games.
Readme
@doodle-engine/react
The React renderer for Doodle Engine, a narrative RPG engine for text-based, story-driven games.
This package turns engine snapshots into a playable interface. Use GameShell for a complete game with loading, title, pause, and settings screens, or take the individual components, such as DialogueBox, MapView, and Inventory, and arrange your own.
npm install @doodle-engine/reactimport { GameShell } from '@doodle-engine/react';
<GameShell registry={registry} config={config} manifest={manifest} projectId={PROJECT_ID} />;Most people never install this directly. npx doodle-engine create my-game sets up a project with it already in place.
