narrat 2.14.0 → 2.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ # 🚀 Narrat
2
+
3
+ ![example workflow](https://github.com/liana-p/narrat-engine/actions/workflows/main.yml/badge.svg) [![Netlify Status](https://api.netlify.com/api/v1/badges/55d4b9ba-62b7-4c43-86ce-8bc2aaf98643/deploy-status)](https://app.netlify.com/sites/ornate-pie-561978/deploys)
4
+
5
+ Narrat is a game engine for making interactive narrative RPGs packed with features.. Create your game by editing with a Simple scripting syntax. It supports Skills with skill check rolls, an Items inventory, and has a Quests System. The script system is very powerful and allows branching choices, functions, variables and conditions.
6
+
7
+ ## Getting Started
8
+
9
+ Go to the [Getting Started Guide](https://docs.get-narrat.com/guides/getting-started.html)
10
+
11
+ Try the engine directly in your browser (experimental, only works on desktop):
12
+
13
+ [![Open in Codeflow](./docs/open-in-codeflow.svg)](https://pr.new/liana-p/narrat-engine)
14
+
15
+ Or try editing the default narrat game easily:
16
+
17
+ [![Try editing the default game](./docs/open-in-codeflow.svg)](https:///pr.new/github.com/liana-p/narrat-engine/edit/main/packages/narrat/examples/games/default/scripts/default.nar)
18
+
19
+ With Codeflow you can test Narrat quickly without setting up an IDE
20
+
21
+ More info on the [narrat website](https://get-narrat.com). There is an [online demo](https://get-narrat.com/demo/) available to try in the browser.
package/dist/narrat.es.js CHANGED
@@ -38764,7 +38764,7 @@ const ev = "###_--_~=:;_JUMP", mw = "###_--_~=:;_RETURN", _te = "###_--_~=:;_OK"
38764
38764
  function xte(t) {
38765
38765
  return t === ev || t === mw || t === _te || t === tv;
38766
38766
  }
38767
- const jte = "2.14.0", Ste = new Date("2023-06-11T10:34:35.665Z"), Cte = 400, My = 20;
38767
+ const jte = "2.14.2", Ste = new Date("2023-06-11T14:33:17.717Z"), Cte = 400, My = 20;
38768
38768
  /*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
38769
38769
  function IL(t) {
38770
38770
  return typeof t > "u" || t === null;