Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 868 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 868 Bytes

InkGraph

Simple graph visualization tool for Ink quests written in C# (.Net Framework). It allows to visualize knots (scenes) and their connections, as well as display some basic information.

Requires .Net Framework 4.7.2: http://go.microsoft.com/fwlink/?linkid=863265

What can it do?

  1. Visualize knots and diverts as a graph.
  2. Highlight starting and ending nodes.
  3. Perform basic checks of the story flow.

Ink

Ink is a narrative scripting language for games by Inkle Studios. Ink quests can be played via web or integrated in Unity or Unreal engines. It comes together with Inky editor which helps write and test the story flow on the fly.

Ink website: https://www.inklestudios.com/ink

Ink on GitHub: https://github.com/inkle/ink

Inky (editor) download: https://www.github.com/inkle/inky/releases/latest

Inky on GitHub: https://github.com/inkle/inky