Tagged Questions
0
votes
2answers
142 views
Ways to expose engine API for text-adventure games (XML, JS/DSL, …)
While developing an engine for text-adventures I'm still unsure how to expose the API it provides to the developers/writers. My two concepts for now are:
Running a small JS engine which executes JS ...