Are there any web-based interactive fiction engine that allow you to script a game and have it run from a website?
|
Inform and TADS are the weapons of choice for most experienced IF authors. Quest seems to be catching up in terms of functionality. ChoiceScript is perfect for simple choice-based games, but hard to extend beyond that. Undum (and its popular extension Vorple) is based on JavaScript and probably offers the easiest way to get your game into a browser. It creates nice-looking stories and can be extended quite easily. (I once implemented a World of Darkness RPG system on top of it.) |
||||
|
|
One system that I've used, and it comes to my mind recently as someone wrote a game using it for the last Ludum Dare, is Twine. Quite easy to use, and gives a fun view of how your web pages connect! Easy deployment as well, it will make html files and you just put them up on your website! |
|||
|
|