Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 723 Bytes

File metadata and controls

11 lines (9 loc) · 723 Bytes

FountainExponentialParser_CSharp

The Fountain Exponential reference parser written in C#.

Game engine library

The syntax of Fountain Exponential could have many parsers in many different languages. This one being in C#, would make it possible to include it in game engines that support C#, like Unity, Unreal and Godot.

Basis for converter

Alternatively this parser can be the basis of a converter to go from Fountain Exponential to other formats. Once parsed the data structure could be converted to a data format could be incorporated in a game like Comma Separated File (CSV) or RESX XML resource files. Alternatively the data structure could be converted to that of a story engines like Ink or Yarn Spinner.