github inkle/ink v0.2.0-alpha
Save state now available!

latest releases: v1.1.1, v1.1, v1.0.0...
pre-release8 years ago
  • Save state now available. Call story.state.ToJson() to get a JSON string representation of your game state. Call story.state.LoadJson(yourString) to load it up again.
  • Intermediate compiled JSON format for stories themselves re-worked from scratch. File size is now roughly 50% smaller. Further improvements may be made in future but they're likely to be harder work and less dramatic!
  • VariablesState now implements IEnumerable for easy walking over your global variables from game code. Thanks @bateramos!
  • API Change: Story now has a normal constructor that takes a JSON string rather than calling a static CreateWithJson factory method.
  • Small bug fixes

Don't miss a new ink release

NewReleases is sending notifications on new releases.