Home

Awesome

Transition Graph

Ver. 0.1

With this Graph library you can compose evaluable graphs of transitions over your arbitrary monadic language.

One of possible applications includes step-by-step games with well-defined nodes and edges. For example, adventure games that have locations and actions the player can do.

Library provides several different transitions:

Currently, event is String, but this can be generalized in the future versions.

For sample, see (Hinteractive)[https://github.com/graninas/hinteractive]: an interactive fiction game engine.