csdl / makahiki

An Open Source "Serious Game" Framework for Sustainability
http://makahiki.readthedocs.org/
MIT License
7 stars 5 forks source link

Automatically generate unlock condition text #439

Open rbrewer opened 12 years ago

rbrewer commented 12 years ago

Rather than have admins type in the human-readable version of the unlock condition text, it would be better if makahiki generated it automatically from the predicate. This actually doesn't seem too hard, since it will be a series of functions connected by "and" or "or". This would also make it easy to provide the auto linking mentioned in #437

We might want to provide a checkbox to allow admins to override the autogenerated text with human-entered text.