Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

lib-storyteller

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lib-storyteller

library to create narration based rpgs

latest
Source
npmnpm
Version
1.0.0-alpha.11
Version published
Maintainers
1
Created
Source

lib-storyteller

lib-storyteller is a library that serves as core engine to make plot based games. It's inspiration is Fallen London.

Core Idea

Games build by storyteller follow a very simple pattern. A character with his own stats interacts with decisions. A decision is a snippet that requires specific character properties to exist and lead to a specific output. character + decision => result

Rules

  • A character owns attributes and assets
  • Attributes are given properties that can only rise like 'strength' or 'stealth'.
  • Assets are metaphysical or physical objects the character can own. All stats in a game are expressed with attributes.
  • Progress in a story is expressed with owning assets. An asset can act as counter or flag to unlock more decisions.

Usage

TODO

FAQs

Package last updated on 19 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts