@opendungeon/game-classic
v0.1.2
Published
Classic RPG module for OpenDungeon engine
Downloads
207
Readme
@opendungeon/game-classic
The classic RPG module for the OpenDungeon engine, providing a baseline fantasy experience.
Features
- Classes: Fighter, Mage, Thief, and more.
- Locations: Dungeons, forests, and villages.
- Mechanics: Exploration, combat, and lore extraction.
Installation
npm install @opendungeon/game-classicUsage
In your OpenDungeon instance, register the classic module:
import classicModule from '@opendungeon/game-classic';
// Add to your engine's module list
engine.registerModule(classicModule);