Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reify minimum viable scene structure #35

Open
mkremins opened this issue Mar 14, 2018 · 0 comments
Open

Reify minimum viable scene structure #35

mkremins opened this issue Mar 14, 2018 · 0 comments

Comments

@mkremins
Copy link
Member

From the “StoryAssembler as a standalone library” perspective (like @Logodaedalus and I were discussing earlier), a “scene” (right now) basically consists of the following:

  • An ID string
  • A chunk library
  • A wishlist
  • An initial blackboard state
  • Maybe a cast of characters (although right now we’re basically only using these to store more variable/value pairs, so we could probably merge this into the initial state)

Ideally, then, we should be able to reify this structure by representing each scene as a single JSON object with these properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant