Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 529 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 529 Bytes

ControlStrings

Configurable, extendable, template-based text generation for procedural text adventures.

Features

  • Context-based string matching
  • Support for matching strings to properties in complex types
  • Optional strings for adding strings based on the existence of a property

Quick Start

Check out the Example.cs file for a small generator that builds medieval character and item descriptions. The code in Example.cs is all that's required to build that template generator and can be extended easily.