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 +21 -0
- package/dist/narrat.es.js +1 -1
- package/dist/narrat.es.js.map +1 -1
- package/dist/narrat.umd.js +1 -1
- package/dist/narrat.umd.js.map +1 -1
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# 🚀 Narrat
|
|
2
|
+
|
|
3
|
+
 [](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
|
+
[](https://pr.new/liana-p/narrat-engine)
|
|
14
|
+
|
|
15
|
+
Or try editing the default narrat game easily:
|
|
16
|
+
|
|
17
|
+
[](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.
|
|
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;
|