Conversation Variable Collection

Class Library
C#
GitHub Gist

What It Is

Details

This is a dictionary of numbers that can be manipulated and queried with plain text commands. For example:

set HEALTH to 10
increment HEALTH
is HEALTH greater than 10?

I was playing around with this while I was experimenting with an interactive fiction engine, in an attempt to explore the differences between functionality and content.

I expanded on it in a couple LinkedIn posts:

Also, here is a comprehensive page of documentation.