@rogue-x/engine-modules
v0.1.0
Published
Optional, swappable modules for the RogueX engine (e.g. pathfinding).
Readme
@rogue-x/engine-modules
Optional, swappable modules for the RogueX engine. These live outside the core so a game can opt into (or replace) them without bloating the kernel.
Install
npm install @rogue-x/engine-modules @rogue-x/enginePathfinding
import { createPathfinder } from '@rogue-x/engine-modules/pathfinding';A cost-aware grid pathfinder you can inject into the engine so movement and AI can plan routes. See the engine guide for how modules plug in.
License
MIT
