RPG JS is a lightweight JavaScript framework for building text-based roleplaying games that run in the browser. It handles game state, entities, combat, and more so developers can focus on content.
RPG JS is an open-source JavaScript framework designed to help developers create text-based roleplaying games that run in a web browser. It provides a structure and tools for managing common RPG elements like:
With RPG JS handling the underlying game logic, developers can focus on creating game content like story, text, combat encounters, etc. It uses a modular architecture so developers can use what they need and customize or extend anything. It also includes helpful tools like text variable replacement and dialogue parsers.
Games made with RPG JS target the browser allowing them to run on any device with a modern web browser. The framework aims to bring back classic text RPG experiences while taking advantage of the accessibility and reach of web games. It has an MIT open-source license.
Here are some alternatives to RPG JS:
Suggest an alternative ❐