Trying to create quest game with code from another

Jsimmons
I've written a game code on a program called TADS3 workbench, but I want to transfer the code onto quest to continue editing the story there. Is this possible?

sgreig
If you're asking whether it's possible to import your TADS code into Quest and keep working on the game, the answer is no. You'd need to start the game from scratch in Quest, but considering Quest is a lot easier to use than TADS it should be fairly quick work to get the game implemented.

As an example, I recreated the game Thy Dungeonman from the homestarrunner.com website in Quest in about an hour, hour and a half. And that was just by playing the game to get the layouts, room descriptions, objects, etc. Once I saw how it was all put together I just built it in Quest.

Jsimmons
So there's no "copy-paste" way to transfer the code.
Alright, I'll do it by hand. Thank you.

sgreig
That's correct. Programming languages aren't cross-compatible like that, much like you wouldn't be able to take some code written in QBasic and be able to compile it in C#.

Just for the record however, there are a couple of "meta" languages that can apparently compile into other languages. These would be CoffeeScript (http://www.coffeescript.org), Monkey (http://www.monkeycoder.co.nz) and Haxe (http://www.haxe.org) - however these are not systems for creating IF, I just mentioned them for reference.

Jsimmons
Okay, thanks for your help. It was very helpful.

This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums