Quest (Language): Difference between revisions

From IFWiki

No edit summary
mNo edit summary
Line 2: Line 2:


It's composed of a visual editor, the QDK, for designing adventures and Quest, the player, for interpreting them.
It's composed of a visual editor, the QDK, for designing adventures and Quest, the player, for interpreting them.
The QuestNet server allows to play multi player games.
The QuestNet server allows to play multi players games.


The source code of the games can also be edited with an ascii editor, for more experienced programmers. Although the code is interpreted and not compiled, it's possible to encrypt the game with the Quest Pro version.
The source code of the games can also be edited with an ascii editor, for more experienced programmers. Although the code is interpreted and not compiled, it's possible to encrypt the game with the Quest Pro version.
The Quest system currently lacks some additional libraries for catching common verbs the player may type, giving this system an unfinished touch. This and the fact it was programmed in visual basic, and thus not portable to unix platforms, decreased the interest of veteran interactive fiction authors for this system.
Apart from that, Quest is a system with an easy and conveniant syntax, and it can handle many situations for coding games, making it good for beginners. It can also include multimedia contents.


{{stub|Almost any additional info would be welcome.}}
{{stub|Almost any additional info would be welcome.}}


== Links ==
== Links ==
* [http://www.axeuk.com/quest/ Quest Home Page]
* [http://www.axeuk.com/quest/ Quest Home Page]
* [http://www.firthworks.com/roger/cloak/quest/source.html Source sample of a Quest game]


[[Category:Authoring system]] [[Category:Quest]]
[[Category:Authoring system]] [[Category:Quest]]

Revision as of 20:42, 9 October 2005

A kind of authoring system designed for non-programmers.

It's composed of a visual editor, the QDK, for designing adventures and Quest, the player, for interpreting them. The QuestNet server allows to play multi players games.

The source code of the games can also be edited with an ascii editor, for more experienced programmers. Although the code is interpreted and not compiled, it's possible to encrypt the game with the Quest Pro version.

The Quest system currently lacks some additional libraries for catching common verbs the player may type, giving this system an unfinished touch. This and the fact it was programmed in visual basic, and thus not portable to unix platforms, decreased the interest of veteran interactive fiction authors for this system.

Apart from that, Quest is a system with an easy and conveniant syntax, and it can handle many situations for coding games, making it good for beginners. It can also include multimedia contents.

This article is a stub. You can help IFWiki by expanding it.
TODO: Almost any additional info would be welcome.


Links