Tagged Questions
4
votes
2answers
566 views
Web-based interactive fiction engine?
Are there any web-based interactive fiction engine that allow you to script a game and have it run from a website?
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 ...