SkillAgentSearch skills...

TextAdventure.js

Node.js Text Adventure Engine

Install / Use

/learn @TheBroox/TextAdventure.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Developing locally

Clone the repo and run the following commands in the root of the project

  • npm ci
  • npm run build
  • npm start

You can then load cartridges by running load <cartridge_name>

If you want to run multiple commands sequentially within a cartridge, use the following command: dev <command_1>; <command_2> (e.g dev look at cabinet; open drawer; take key; use key on door; open door;)

Using the engine

Please see the full TextAdventure.js engine documentation here

View on GitHub
GitHub Stars43
CategoryDevelopment
Updated7mo ago
Forks18

Languages

TypeScript

Security Score

82/100

Audited on Aug 7, 2025

No findings