Platform
Resources
Pricing
Sign in
Get started
Andrew Wooldridge
📜JavaScript developer. 🐲RPG fan. 📚Storyteller and 🕹game developer. 👨Father and Husband.
Workspace
Fork
Published
Storylets
By
Andrew Wooldridge
Edited
Feb 13, 2021
1 fork
Insert cell
md
`# Storylet Framework test 001`
Insert cell
md
`Testing [https://observablehq.com/@triptych/storylet-framework](https://observablehq.com/@triptych/storylet-framework)`
Insert cell
import
{
World
,
Actor
,
Item
,
Narrator
}
from
"@triptych/storylet-framework"
Insert cell
earth
=
{
let
earth
=
new
World
(
)
earth
.
setGridLocation
(
3
,
3
,
"a fireplace"
)
return
earth
}
Insert cell
{
let
location
=
earth
.
getGridLocation
(
3
,
3
)
yield
location
}
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
earth
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML