TADS 3 RESOURCES

SAMPLE GAMES COLLECTION

The exercises in Learning TADS 3 refer to a set of sample games. This is a collection of ten small sample games designed to illustrate various aspects of TADS 3. You can download the source code for these games here, either for use with Learning TADS 3 or simply as a collection of sample TADS 3 code.


ADV3LITE: An Alternative Library for TADS 3

Although the adv3 library that comes with TADS 3 is great for writing IF, some people find it a bit overwhelmingly complex (well, it is very complex). Some time ago Mike Roberts announced plans for a simpler alternative library (note, not a replacement!), to be called Mercury.

Last year Mike released the source-code for the partially-complete Mercury library (mainly the parser and a few bits and pieces for the parser to work on). One of his reasons for releasing it was to allow other people to use it as a basis for their own projects. It so happened that I had been tinkering around with a possible alternative library, but my attempts lacked a decent parser, so I've now spent some time marrying up the Mercury code with what I had been doing previously and then doing a bit more work on it to make it usable. The idea is to produce a simplified version of the TADS 3 library, which I'm calling adv3Lite, which takes advantage of the neat features Mike has put into the embryonic Mercury library, is reasonably similar to the adv3 Library in the way things are done without be a slavish copy, and incorporates some of the features I've previously put into extensions or come up with in the course of creating the adv3Library. The intention is that the final result should be a bit easier to use than the adv3 library while retaining enough features to be useful for writing TADS 3 games that don't need all the adv3 features.

Examples of the features adv3Lite is leaving out include postures, room-parts, real-time processing, the transcript, and most of the complex sense-passing stuff. Additional features it adds include Inform-7-like scenes and regions and built-in pathfinding. Overall it aims to have a significantly simplified class hierarchy.

The current version (1.6) of adv3Lite can be downloaded from the IF-Archive or from DropBox. If you choose the former link you might want to ensure that the IF-Archine has the the most recent version of adv3Lite (1.6) before you download it.

More information on adv3Lite can be found on the adv3Lite wiki on GitHub.


QUICK REFERENCE CHARTS

The sheer scope and scale of the TADS 3 library can seem a bit overwhelming at first. One way to help make it a bit more manageable is to summarise some of the essential information in Quick Reference charts. A collection of three such charts (in PDF format, designed for printing out) may be downloaded from here in a single zip file. The three Quick Reference charts included in this zip are a Dynamic Actors Quick Reference (for creating NPCs), a Templates Quick Reference, and an Action Messages Quick Reference to help you find the message properties you need to override to customise responses quickly and easily.


TADS 3 FOR INFORM USERS

Game authors already familiar with Inform and interested in learning something about TADS 3 might like to check out the TADS 3 versions of the William Tell and Captain Fate games from the Inform Beginner's Guide, which include substantial commmenting to explain the differences between the two languages. A zip file containing the TADS 3 source for both games may be downloaded from here (last updated 07-Sep-05)
Having studied those, you may also like to look at the source code of my TADS 3 port of the Ruins game from the Inform Designer's Manual (updated 21-Aug-06).


MY OWN GAMES

As well as producing some of the TADS 3 documentation mentioned above, I've also written a number of games both in TADS 3 and Inform. Information about them can be found here



© 2004-2013 - Eric Eve